Displays form and processes request to edit the content of CMS-enabled
areas of the site (e.g. Homepage Accouncement)
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ContentEditor( int id, string pageTitle, string Text )
Parameters
- id
- Type: SystemInt32
ID of the requested content area - pageTitle
- Type: SystemString
The page title for user defined content items - Text
- Type: SystemString
New html content to be displayed in the specified content area
Return Value
Type: ActionResultView(Content)
See Also