PageControllerTryGetExistingCustomViewPath Method |
Gets existing 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 bool TryGetExistingCustomViewPath(
out string viewPath
)
Parameters
- viewPath
- Type: SystemString
Path of the view.
Return Value
Type:
BooleanTrue if the view exists on given path.
See Also