다음을 통해 공유


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

속성 값

TimeSpan

정규식 일치에 허용되는 시간입니다.

특성

적용 대상