Method | Description | |
---|---|---|
Blank ( ) : System.Web.Mvc.ActionResult | ||
Resolve ( string itemId, int localizationId, string defaultItemId = null, string defaultPath = null ) : System.Web.Mvc.ActionResult |
Resolve a item ID into a url and redirect to that URL
|
|
ServerError ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
EnrichEmbeddedModels ( |
Enriches all the Region/Entity Models embedded in the given Page Model. Used by FormatDataAttribute to get all embedded Models enriched without rendering any Views. |
|
NotFound ( ) : System.Web.Mvc.ActionResult | ||
Page ( string pageUrl ) : System.Web.Mvc.ActionResult |
public Blank ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Resolve ( string itemId, int localizationId, string defaultItemId = null, string defaultPath = null ) : System.Web.Mvc.ActionResult | ||
itemId | string | The ID of the Page to resolve. |
localizationId | int | The context Localization in which to resolve. |
defaultItemId | string | Optional ID of a Component to resolve in case the Page cannot be resolved. |
defaultPath | string | |
return | System.Web.Mvc.ActionResult |
public ServerError ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |