PageControllerGetCustomViewResult Method |
Gets view result based on given custom view path.
Namespace: Kentico.Content.Web.Mvc.Routing.InternalAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax protected ViewResult GetCustomViewResult(
string viewPath
)
Parameters
- viewPath
- Type: SystemString
Path of an existing view.
Return Value
Type:
ViewResultSee Also