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

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

Specifies rewriting settings
Inheritance Hierarchy

SystemObject
  System.ConfigurationConfigurationElement
    ContentStudio.Site.HttpModules.UrlRewritingNet.ConfigurationRewriteSettings

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

public class RewriteSettings : ConfigurationElement

The RewriteSettings type exposes the following members.

Constructors

  NameDescription
Public methodRewriteSettings
Initializes a new instance of the RewriteSettings class.
Public methodRewriteSettings(String)
Initializes a new instance of the RewriteSettings class.
Top
Properties

  NameDescription
Public propertyAttributes
Gets the attributes.
Public propertyElementInformation (Inherited from ConfigurationElement.)
Protected propertyElementProperty (Inherited from ConfigurationElement.)
Protected propertyEvaluationContext (Inherited from ConfigurationElement.)
Public propertyIgnoreCase
Gets or sets a value indicating whether [ignore case].
Protected propertyItemConfigurationProperty (Inherited from ConfigurationElement.)
Protected propertyItemString (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 propertyName
Gets or sets the name.
Protected propertyProperties (Inherited from ConfigurationElement.)
Public propertyProvider
Gets or sets the provider.
Public propertyRedirect
Gets or sets the redirect.
Public propertyRedirectMode
Gets or sets the redirect mode.
Public propertyRewrite
Gets or sets the rewrite.
Public propertyRewriteUrlParameter
Gets or sets the rewrite URL parameter.
Top
Methods

  NameDescription
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Public methodEquals (Inherited from ConfigurationElement.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttribute
Gets the attribute.
Public methodGetBooleanAttribute
Gets the boolean attribute.
Public methodGetEnumAttributeT
Gets the enum attribute.
Public methodGetHashCode (Inherited from ConfigurationElement.)
Public methodGetInt32Attribute
Gets the int32 attribute.
Public methodGetType (Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsModified (Inherited from ConfigurationElement.)
Public methodIsReadOnly (Inherited from ConfigurationElement.)
Protected methodListErrors (Inherited from ConfigurationElement.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDeserializeUnrecognizedAttribute
Gets a value indicating whether an unknown attribute is encountered during deserialization.
(Overrides ConfigurationElementOnDeserializeUnrecognizedAttribute(String, String).)
Protected methodOnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected methodOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected methodPostDeserialize (Inherited from ConfigurationElement.)
Protected methodPreSerialize (Inherited from ConfigurationElement.)
Protected methodReset (Inherited from ConfigurationElement.)
Protected methodResetModified (Inherited from ConfigurationElement.)
Protected methodSerializeElement (Inherited from ConfigurationElement.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetPropertyValue (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElement.)
Public methodToString (Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElement.)
Top
See Also

Reference