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

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

Rules used for rewiting
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 abstract class RewriteRule

The RewriteRule type exposes the following members.

Constructors

  NameDescription
Protected methodRewriteRule
Initializes a new instance of the RewriteRule class
Top
Properties

  NameDescription
Public propertyIgnoreCase
Gets or sets a value indicating whether [ignore case].
Public propertyName
Gets or sets the name.
Public propertyRedirect
Gets or sets the redirect.
Public propertyRedirectMode
Gets or sets the redirect mode.
Public propertyRewrite
Gets or sets the rewrite.
Public propertyRewriteUrlParameter
Gets or sets the rewrite URL parameter.
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.
Public methodIsRewrite
When implemented in derived classes, determines whether the specified request URL is rewrite.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRewriteUrl
When implemented in derived classes, rewrites the URL.
Public methodToString (Inherited from Object.)
Top
See Also

Reference