UrlRewritingInsertRewriteRule Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Inserts the rewrite rule.

Namespace: ContentStudio.Site.HttpModules.UrlRewritingNet.Web
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static void InsertRewriteRule(
	string positionRuleName,
	string ruleName,
	RewriteRule rewriteRule
)

Parameters

positionRuleName
Type: SystemString
Name of the position rule.
ruleName
Type: SystemString
Name of the rule.
rewriteRule
Type: ContentStudio.Site.HttpModules.UrlRewritingNet.WebRewriteRule
The rewrite rule.
See Also

Reference