Click or drag to resize
PageControllerTryGetExistingCustomViewPath Method
Gets existing 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 bool TryGetExistingCustomViewPath(
	out string viewPath
)

Parameters

viewPath
Type: SystemString
Path of the view.

Return Value

Type: Boolean
True if the view exists on given path.
See Also