C# 클래스 ImageProcessor.Web.Helpers.ValidatingRequestEventArgs

The validating request event args
This can be used by event subscribers to cancel image processing based on the information contained in the request, or can be used to directly manipulate the querystring parameter that will be used to process the image.
상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 메소드들

메소드 설명
ValidatingRequestEventArgs ( System.Web.HttpContextBase context, string queryString ) : System.ComponentModel

Initializes a new instance of the ValidatingRequestEventArgs class.

메소드 상세

ValidatingRequestEventArgs() 공개 메소드

Initializes a new instance of the ValidatingRequestEventArgs class.
public ValidatingRequestEventArgs ( System.Web.HttpContextBase context, string queryString ) : System.ComponentModel
context System.Web.HttpContextBase The current http context.
queryString string The query string.
리턴 System.ComponentModel