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

Namespace: CMS.AspNet.Platform.Routing.Internal
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax
C#
public CMSServerTransferResult(
	string path
)

Parameters

path
Type: SystemString
The URL path of the new page on the server to execute.
See Also