Route.RouteHandler Property

Definition

Gets or sets the object that processes requests for the route.

public:
 property System::Web::Routing::IRouteHandler ^ RouteHandler { System::Web::Routing::IRouteHandler ^ get(); void set(System::Web::Routing::IRouteHandler ^ value); };
public System.Web.Routing.IRouteHandler RouteHandler { get; set; }
member this.RouteHandler : System.Web.Routing.IRouteHandler with get, set
Public Property RouteHandler As IRouteHandler

Property Value

The object that processes the request.

Applies to

See also