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

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

Parameters

url
Type: SystemString
See Also