Table of Contents

Class UrlValidationRuleProperties

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

Configuration properties for UrlValidationRule.

public sealed class UrlValidationRuleProperties : ValidationRuleProperties
Inheritance
object
UrlValidationRuleProperties
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