SaaS CMS has officially launched! Learn more now.

Class SimpleAddressOptions

Contains settings for how simple address matching should be handled within CMS

Inheritance
System.Object
SimpleAddressOptions
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class SimpleAddressOptions : Object

Constructors

SimpleAddressOptions()

Declaration
public SimpleAddressOptions()

Properties

RequireLanguageMatch

Defines if the language must match when resolving a simple address.

Declaration
public bool RequireLanguageMatch { get; set; }
Property Value
Type Description
System.Boolean
Remarks

The default value is true

Extension Methods