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

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

The provider used for url rewrites
Inheritance Hierarchy

SystemObject
  System.Configuration.ProviderProviderBase
    ContentStudio.Site.HttpModules.UrlRewritingNet.Configuration.ProviderUrlRewritingProvider
      ContentStudio.Site.HttpModules.UrlRewritingNet.Configuration.ProviderRegExUrlRewritingProvider

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

public class RegExUrlRewritingProvider : UrlRewritingProvider

The RegExUrlRewritingProvider type exposes the following members.

Constructors

  NameDescription
Public methodRegExUrlRewritingProvider
Initializes a new instance of the RegExUrlRewritingProvider class
Top
Properties

  NameDescription
Public propertyDescription (Inherited from ProviderBase.)
Public propertyName (Inherited from ProviderBase.)
Top
Methods

  NameDescription
Public methodCreateRewriteRule
Creates the rewrite rule.
(Overrides UrlRewritingProviderCreateRewriteRule.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
Initializes the provider.
(Inherited from UrlRewritingProvider.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference