Click or drag to resize
CMSRewritePathResult Constructor
Initializes a new instance of the CMSRewritePathResult class with the values provided.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public CMSRewritePathResult(
	string path
)

Parameters

path
Type: SystemString
The replacement path.
See Also