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

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

When implemented in derived classes, determines whether the specified request URL is rewrite.

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

public abstract bool IsRewrite(
	string requestUrl
)

Parameters

requestUrl
Type: SystemString
The request URL.

Return Value

Type: Boolean
true if the specified request URL is rewrite; otherwise, false.
See Also

Reference