Table of Contents

Class UrlValidationRule

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Validates whether field value is a valid absolute URL or a relative URL.

[ValidationRuleAttribute(typeof(UrlValidationRuleAttribute))]
public sealed class UrlValidationRule : ValidationRule<UrlValidationRuleProperties, string>, IValidationRule
Inheritance
object
UrlValidationRule
Implements
Inherited Members
Extension Methods

Constructors

UrlValidationRule(ILocalizationService)

Creates a new instance of UrlValidationRule class.

public UrlValidationRule(ILocalizationService localizationService)

Parameters

localizationService ILocalizationService

Properties

DefaultErrorMessage

Defines default error message of the validation rule.

protected override string DefaultErrorMessage { get; }

Property Value

string

Methods

Validate(string, IFormFieldValueProvider)

Validates whether value is a valid absolute URL or a relative URL.

public override Task<ValidationResult> Validate(string value, IFormFieldValueProvider formFieldValueProvider)

Parameters

value string

Value to be validated.

formFieldValueProvider IFormFieldValueProvider

Provider of values of other form fields for contextual validation.

Returns

Task<ValidationResult>

Returns the validation result.