C# 클래스 Manos.Mvc.ReverseUrlHelper

파일 보기 프로젝트 열기: toptensoftware/manos

공개 메소드들

메소드 설명
GenerateUrl ( ControllerContext ctx, Type controllerType, MethodInfo m, HttpMethodAttribute attr, object>.IDictionary routeData ) : string
GenerateUrl ( ControllerContext ctx, Type controllerType, string targetAction, object>.IDictionary routeData, HttpMethod httpMethod = HttpMethod.HTTP_GET ) : string
GenerateUrl ( ControllerContext ctx, Type controllerType, string targetAction, object routeData, HttpMethod httpMethod = HttpMethod.HTTP_GET ) : string

메소드 상세

GenerateUrl() 공개 정적인 메소드

public static GenerateUrl ( ControllerContext ctx, Type controllerType, MethodInfo m, HttpMethodAttribute attr, object>.IDictionary routeData ) : string
ctx ControllerContext
controllerType System.Type
m System.Reflection.MethodInfo
attr HttpMethodAttribute
routeData object>.IDictionary
리턴 string

GenerateUrl() 공개 정적인 메소드

public static GenerateUrl ( ControllerContext ctx, Type controllerType, string targetAction, object>.IDictionary routeData, HttpMethod httpMethod = HttpMethod.HTTP_GET ) : string
ctx ControllerContext
controllerType System.Type
targetAction string
routeData object>.IDictionary
httpMethod HttpMethod
리턴 string

GenerateUrl() 공개 정적인 메소드

public static GenerateUrl ( ControllerContext ctx, Type controllerType, string targetAction, object routeData, HttpMethod httpMethod = HttpMethod.HTTP_GET ) : string
ctx ControllerContext
controllerType System.Type
targetAction string
routeData object
httpMethod HttpMethod
리턴 string