C# 클래스 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.
상속: IRouteHandler
파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
ProfilesRouteHandler ( ) : System
ProfilesRouteHandler ( string virtualpath ) : System

메소드 상세

GetHttpHandler() 공개 메소드

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

ProfilesRouteHandler() 공개 메소드

public ProfilesRouteHandler ( ) : System
리턴 System

ProfilesRouteHandler() 공개 메소드

public ProfilesRouteHandler ( string virtualpath ) : System
virtualpath string
리턴 System