Edit

Share via


HttpContextWrapper.Handler Property

Definition

Gets or sets the IHttpHandler object that is responsible for processing the HTTP request.

C#
public override System.Web.IHttpHandler Handler { get; set; }

Property Value

The object that is responsible for processing the HTTP request.

Applies to