Click or drag to resize
PageUrlString  Conversion (PageUrlString to String)
Converts the URL string to absolute path.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static implicit operator string (
	PageUrlString url
)

Parameters

url
Type: Kentico.Content.Web.MvcPageUrlString
String representing page URL.

Return Value

Type: String
See Also