C# Class Profiles.ProfilesRouteHandler

The Profiles Route Handler: This class processes the event that RESTful path is requested and matches the routes defined in the RegisterRoutes method of this file.
Inheritance: IRouteHandler
显示文件 Open project: ProfilesRNS/ProfilesRNS

Private Properties

Property Type Description

Public Methods

Method Description
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
ProfilesRouteHandler ( ) : System
ProfilesRouteHandler ( string virtualpath ) : System

Method Details

GetHttpHandler() public method

public GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
requestContext System.Web.Routing.RequestContext
return IHttpHandler

ProfilesRouteHandler() public method

public ProfilesRouteHandler ( ) : System
return System

ProfilesRouteHandler() public method

public ProfilesRouteHandler ( string virtualpath ) : System
virtualpath string
return System