Sdílet prostřednictvím


HttpRuntimeSection.DefaultRegexMatchTimeout Vlastnost

Definice

Získá nebo nastaví dobu, po kterou je regulární výraz povolen, aby bylo možné provést shodu.

public:
 property TimeSpan DefaultRegexMatchTimeout { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("defaultRegexMatchTimeout", DefaultValue="00:00:00")]
public TimeSpan DefaultRegexMatchTimeout { get; set; }
[<System.Configuration.ConfigurationProperty("defaultRegexMatchTimeout", DefaultValue="00:00:00")>]
member this.DefaultRegexMatchTimeout : TimeSpan with get, set
Public Property DefaultRegexMatchTimeout As TimeSpan

Hodnota vlastnosti

Čas, který je povolený pro porovnávání regulárních výrazů.

Atributy

Platí pro