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.3Syntax
[Options(ConfigurationSection = "Cms")]
public class SimpleAddressOptions : ObjectConstructors
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
