다음을 통해 공유


HttpRuntimeSection.RequestValidationType 속성

정의

HTTP 요청의 유효성을 검사하는 데 사용되는 형식의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ RequestValidationType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("requestValidationType", DefaultValue="System.Web.Util.RequestValidator")]
[System.Configuration.StringValidator(MinLength=1)]
public string RequestValidationType { get; set; }
[<System.Configuration.ConfigurationProperty("requestValidationType", DefaultValue="System.Web.Util.RequestValidator")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.RequestValidationType : string with get, set
Public Property RequestValidationType As String

속성 값

요청 유효성 검사 작업을 처리하는 형식의 이름입니다. 기본값은 ASP.NET이 유효성 검사에 사용하는 RequestValidator 형식의 정규화된 이름입니다.

특성

설명

ASP.NET 요청 유효성 검사 동작을 사용자 지정 하려면에서 상속 되는 클래스를 만들 수는 RequestValidator 형식입니다. 애플리케이션에 대 한 구성 파일에서 다음 설정 합니다 requestValidationType 특성을 httpRuntime 요소 사용자 지정 형식의 정규화 된 문자열 이름입니다. 자세한 내용은 httpRuntime 요소 (ASP.NET 설정 스키마)합니다.

적용 대상