HttpRuntimeSection.DefaultRegexMatchTimeout 属性

定义

获取或设置允许正则表达式执行匹配的时间。Gets or sets the amount of time that a regular expression is allowed in order to perform a match.

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

属性值

TimeSpan

允许正则表达式匹配的时间。The time that is allowed for regular-expression matching.

属性

适用于