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 ValidationOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains options for validation

Inheritance
System.Object
ValidationOptions
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.Validation.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[Options]
public class ValidationOptions

Constructors

ValidationOptions()

Declaration
public ValidationOptions()

Properties

ReservedSegments

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines segments that are reserved by e.g. IIS

Declaration
public IList<string> ReservedSegments { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Remarks

Default values are "bin", "app_code", "app_globalresources", "app_localresources", "app_webreferences", "app_data", "app_browsers"

Extension Methods