Class UrlValidationRuleProperties
Configuration properties for UrlValidationRule.
public sealed class UrlValidationRuleProperties : ValidationRuleProperties
- Inheritance
-
objectUrlValidationRuleProperties
- Inherited Members
- Extension Methods
Properties
AllowFragmentUrl
Indicates whether URL fragments starting with '#' are allowed.
public bool AllowFragmentUrl { get; set; }
Property Value
- bool
AllowOnlyQueryString
Indicates whether query string values starting with '?' are allowed.
public bool AllowOnlyQueryString { get; set; }
Property Value
- bool
AllowRelativeUrl
Indicates whether relative URLs starting with '~/' are allowed.
public bool AllowRelativeUrl { get; set; }
Property Value
- bool
Methods
GetDescriptionText(ILocalizationService)
Label describing the validation rule and its properties.
public override string GetDescriptionText(ILocalizationService localizationService)
Parameters
localizationService
ILocalizationService
Returns
- string