RegExRewriteRule Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Rewrites urls using regular expressions
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.HttpModules.UrlRewritingNet.WebRewriteRule
    ContentStudio.Site.HttpModules.UrlRewritingNet.WebRegExRewriteRule

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

public class RegExRewriteRule : RewriteRule

The RegExRewriteRule type exposes the following members.

Constructors

  NameDescription
Public methodRegExRewriteRule
Initializes a new instance of the RegExRewriteRule class
Top
Properties

  NameDescription
Public propertyDestinationUrl
Gets or sets the destination URL.
Public propertyIgnoreCase
Gets or sets a value indicating whether [ignore case].
(Inherited from RewriteRule.)
Public propertyName
Gets or sets the name.
(Inherited from RewriteRule.)
Public propertyRedirect
Gets or sets the redirect.
(Inherited from RewriteRule.)
Public propertyRedirectMode
Gets or sets the redirect mode.
(Inherited from RewriteRule.)
Public propertyRegexOptions
Gets or sets the regex options.
Public propertyRewrite
Gets or sets the rewrite.
(Inherited from RewriteRule.)
Public propertyRewriteUrlParameter
Gets or sets the rewrite URL parameter.
(Inherited from RewriteRule.)
Public propertyVirtualUrl
Gets or sets the virtual URL.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
Initializes the specified rewrite settings.
(Overrides RewriteRuleInitialize(RewriteSettings).)
Public methodIsRewrite
Determines whether the specified request URL is rewrite.
(Overrides RewriteRuleIsRewrite(String).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRewriteUrl
Rewrites the URL.
(Overrides RewriteRuleRewriteUrl(String).)
Public methodToString (Inherited from Object.)
Top
See Also

Reference