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

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

Handles the configuration section in web.config
Inheritance Hierarchy

SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationSection
      ContentStudio.Site.HttpModules.UrlRewritingNet.ConfigurationUrlRewriteSection

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

public sealed class UrlRewriteSection : ConfigurationSection

The UrlRewriteSection type exposes the following members.

Constructors

  NameDescription
Public methodUrlRewriteSection
Initializes a new instance of the UrlRewriteSection class
Top
Properties

  NameDescription
Public propertyContextItemsPrefix
Gets or sets the context items prefix.
Public propertyDefaultPage
Gets or sets the default page.
Public propertyDefaultProvider
Gets or sets the default provider.
Public propertyElementInformation (Inherited from ConfigurationElement.)
Public propertyLockAllAttributesExcept (Inherited from ConfigurationElement.)
Public propertyLockAllElementsExcept (Inherited from ConfigurationElement.)
Public propertyLockAttributes (Inherited from ConfigurationElement.)
Public propertyLockElements (Inherited from ConfigurationElement.)
Public propertyLockItem (Inherited from ConfigurationElement.)
Public propertyProviders
Gets the providers.
Public propertyRewriteOnlyVirtualUrls
Gets or sets a value indicating whether [rewrite only virtual urls].
Public propertyRewrites
Gets the rewrites.
Public propertySectionInformation (Inherited from ConfigurationSection.)
Public propertyXmlNs
Gets or sets the XML ns.
Top
Methods

  NameDescription
Public methodEquals (Inherited from ConfigurationElement.)
Public methodGetHashCode (Inherited from ConfigurationElement.)
Public methodGetType (Inherited from Object.)
Public methodIsReadOnly (Inherited from ConfigurationElement.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference