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

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

Handles a collection of rewriting rules
Inheritance Hierarchy

SystemObject
  System.Configuration.ProviderProviderCollection
    ContentStudio.Site.HttpModules.UrlRewritingNet.Configuration.ProviderUrlRewritingProviderCollection

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 UrlRewritingProviderCollection : ProviderCollection

The UrlRewritingProviderCollection type exposes the following members.

Constructors

  NameDescription
Public methodUrlRewritingProviderCollection
Initializes a new instance of the UrlRewritingProviderCollection class
Top
Properties

  NameDescription
Public propertyCount (Inherited from ProviderCollection.)
Public propertyIsSynchronized (Inherited from ProviderCollection.)
Public propertyItem
Gets the UrlRewritingProvider with the specified name.
Public propertySyncRoot (Inherited from ProviderCollection.)
Top
Methods

  NameDescription
Public methodAdd
Adds a provider to the collection.
(Overrides ProviderCollectionAdd(ProviderBase).)
Public methodClear (Inherited from ProviderCollection.)
Public methodCopyTo(ProviderBase, Int32) (Inherited from ProviderCollection.)
Public methodCopyTo(UrlRewritingProvider, Int32)
Copies to.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from ProviderCollection.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ProviderCollection.)
Public methodSetReadOnly (Inherited from ProviderCollection.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference