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

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

Content Studio url rewrite module. This class handles all rewriting rules for virtual url, permission checks and publish checks.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.HttpModules.UrlRewritingNet.WebUrlRewriteModule

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 UrlRewriteModule : IHttpModule

The UrlRewriteModule type exposes the following members.

Constructors

  NameDescription
Public methodUrlRewriteModule
Initializes a new instance of the UrlRewriteModule class.
Top
Methods

  NameDescription
Public methodDispose
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetSessionObjectForCurrentHttpRequest
Gets the session object for current HTTP request.
Public methodGetType (Inherited from Object.)
Public methodInit
Initializes a module and prepares it to handle requests.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberPhysicalPath
Used for rewriting engine only.
Top
See Also

Reference