Processes request to add custom CMS content
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddUserContent( string name, bool useHTMLEditor )
Parameters
- name
- Type: SystemString
the name of the content to be added - useHTMLEditor
- Type: SystemBoolean
indicates whether management of this content will use an HTML editor
Return Value
Type: ActionResultredirects to /Admin/ContentManagement
See Also