HttpRuntimeSection::DefaultRegexMatchTimeout Property
.NET Framework (current version)
Gets or sets the amount of time that a regular expression is allowed in order to perform a match.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("defaultRegexMatchTimeout", DefaultValue = "00:00:00")] property TimeSpan DefaultRegexMatchTimeout { TimeSpan get(); void set(TimeSpan value); }
.NET Framework
Available since 4.5
Available since 4.5
Show: