Click or drag to resize
CMSDocumentRouteHelperDropRoutes Method (String)
Drops the routes for the given web site.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public static void DropRoutes(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name
See Also