HttpRuntimeSection.DefaultRegexMatchTimeout 屬性

定義

取得或設定一個正則表達式執行匹配所需的時間。

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

屬性值

允許正則表達式匹配的時間。

屬性

適用於