Click or drag to resize
PageControllerGetCustomViewResult Method
Gets view result based on given custom view path.

Namespace: Kentico.Content.Web.Mvc.Routing.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected ViewResult GetCustomViewResult(
	string viewPath
)

Parameters

viewPath
Type: SystemString
Path of an existing view.

Return Value

Type: ViewResult
See Also