메소드 | 설명 | |
---|---|---|
GetRouteData ( System.Web.HttpContextBase httpContext ) : System.Web.Routing.RouteData | ||
GetVirtualPath ( System.Web.Routing.RequestContext requestContext, RouteValueDictionary values ) : System.Web.Routing.VirtualPathData | ||
TranslatedRoute ( string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataToken, RouteValueDictionary routeValueTranslationProviders, IRouteHandler routeHandler ) : System.Collections.Generic |
public GetRouteData ( System.Web.HttpContextBase httpContext ) : System.Web.Routing.RouteData | ||
httpContext | System.Web.HttpContextBase | |
리턴 | System.Web.Routing.RouteData |
public GetVirtualPath ( System.Web.Routing.RequestContext requestContext, RouteValueDictionary values ) : System.Web.Routing.VirtualPathData | ||
requestContext | System.Web.Routing.RequestContext | |
values | RouteValueDictionary | |
리턴 | System.Web.Routing.VirtualPathData |
public TranslatedRoute ( string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataToken, RouteValueDictionary routeValueTranslationProviders, IRouteHandler routeHandler ) : System.Collections.Generic | ||
url | string | |
defaults | RouteValueDictionary | |
constraints | RouteValueDictionary | |
dataToken | RouteValueDictionary | |
routeValueTranslationProviders | RouteValueDictionary | |
routeHandler | IRouteHandler | |
리턴 | System.Collections.Generic |