London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class UrlRewriteElement

Inheritance
System.Object
UrlRewriteElement
Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 11.20.7
Syntax
public class UrlRewriteElement : ConfigurationElement

Constructors

UrlRewriteElement()

Declaration
public UrlRewriteElement()

Properties

DefaultProvider

Declaration
public string DefaultProvider { get; }
Property Value
Type Description
System.String

Providers

Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

Methods

InitializeWithDefaults()

Declaration
public void InitializeWithDefaults()

Extension Methods