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

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

Configuration class 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 abstract class UrlRewritingProvider : ProviderBase

The UrlRewritingProvider type exposes the following members.

Constructors

  NameDescription
Protected methodUrlRewritingProvider
Initializes a new instance of the UrlRewritingProvider class
Top
Properties

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

  NameDescription
Public methodCreateRewriteRule
When implemented in derived classes, creates the rewrite rule.
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.
(Overrides ProviderBaseInitialize(String, NameValueCollection).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference