Click or drag to resize
PageUrlPath Constructor
Creates instance of PageUrlPath based on given path.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public PageUrlPath(
	string pageUrlPath
)

Parameters

pageUrlPath
Type: SystemString
Page to build routing paths for.
See Also