You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > ContentEditor Method

AdminControllerContentEditor Method

AuctionWorx 3.5 API
Displays form and processes request to edit the content of CMS-enabled areas of the site (e.g. Homepage Accouncement)

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
View(Content)
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.