Try our conversational search powered by Generative AI!

Class SimpleAddressOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains settings for how simple address matching should be handled within CMS

Inheritance
System.Object
SimpleAddressOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Options]
public class SimpleAddressOptions

Constructors

SimpleAddressOptions()

Declaration
public SimpleAddressOptions()

Properties

RequireLanguageMatch

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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