ContractHelpers.UrlRegex Property
UrlRegex
Gets or sets the regular expression used by UrlAttribute.
Declaration
public static Regex UrlRegex { get; set; }
Property Value
Type | Description |
---|---|
Regex |
Metalama.Patterns.Caching.Aspects
Metalama.Patterns.Caching.Aspects.Configuration
Metalama.Patterns.Caching.Aspects.Helpers
Metalama.Patterns.Caching.Backends
Metalama.Patterns.Caching.Backends.Azure
Metalama.Patterns.Caching.Backends.Redis
Metalama.Patterns.Caching.Building
Metalama.Patterns.Caching.Dependencies
Metalama.Patterns.Caching.Formatters
Metalama.Patterns.Caching.Implementation
Metalama.Patterns.Caching.Locking
Metalama.Patterns.Caching.Serializers
Metalama.Patterns.Caching.ValueAdapters
ContractConfigurationExtensions
DoNotCheckInvariantsAttribute2
EnumDataTypeAttributeHelper
GreaterThanOrEqualAttribute6
InvariantViolationException3
PostconditionViolationException3
RegularExpressionBaseAttribute5
Metalama.Patterns.Contracts.Numeric
Metalama.Patterns.Immutability
Metalama.Patterns.Immutability.Configuration
Metalama.Patterns.Memoization
Metalama.Patterns.Observability
Metalama.Patterns.Observability.Configuration
Gets or sets the regular expression used by UrlAttribute.
public static Regex UrlRegex { get; set; }
Type | Description |
---|---|
Regex |
See also