C# 클래스 SixBit.Web.CsJs.CsJsExtensions

파일 보기 프로젝트 열기: joshperry/stuff

공개 메소드들

메소드 설명
RemoteAction ( this url, string actionName ) : string
RemoteAction ( this url, string actionName, RouteValueDictionary routeValues ) : string
RemoteAction ( this url, string actionName, object routeValues ) : string
RemoteAction ( this url, string actionName, string controllerName ) : string
RemoteAction ( this url, string actionName, string controllerName, RouteValueDictionary routeValues ) : string
RemoteAction ( this url, string actionName, string controllerName, RouteValueDictionary routeValues, string protocol, string hostName ) : string
RemoteAction ( this url, string actionName, string controllerName, object routeValues ) : string
RemoteAction ( this url, string actionName, string controllerName, object routeValues, string protocol ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName ) : System.Web.Mvc.MvcHtmlString
RemoteActionLink ( this htmlHelper, string linkText, string actionName, RouteValueDictionary routeValues ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName, object routeValues ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName, object routeValues, object htmlAttributes ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName, object routeValues, object htmlAttributes ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName, string protocol, string hostName, string fragment, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : string
RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName, string protocol, string hostName, string fragment, object routeValues, object htmlAttributes ) : string

비공개 메소드들

메소드 설명
GenerateLink ( System.Web.Routing.RequestContext requestContext, RouteCollection routeCollection, string linkText, string routeName, string actionName, string controllerName, string protocol, string hostName, string fragment, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : string
WrapUrl ( string url ) : string

메소드 상세

RemoteAction() 공개 정적인 메소드

public static RemoteAction ( this url, string actionName ) : string
url this
actionName string
리턴 string

RemoteAction() 공개 정적인 메소드

public static RemoteAction ( this url, string actionName, RouteValueDictionary routeValues ) : string
url this
actionName string
routeValues RouteValueDictionary
리턴 string

RemoteAction() 공개 정적인 메소드

public static RemoteAction ( this url, string actionName, object routeValues ) : string
url this
actionName string
routeValues object
리턴 string

RemoteAction() 공개 정적인 메소드

public static RemoteAction ( this url, string actionName, string controllerName ) : string
url this
actionName string
controllerName string
리턴 string

RemoteAction() 공개 정적인 메소드

public static RemoteAction ( this url, string actionName, string controllerName, RouteValueDictionary routeValues ) : string
url this
actionName string
controllerName string
routeValues RouteValueDictionary
리턴 string

RemoteAction() 공개 정적인 메소드

public static RemoteAction ( this url, string actionName, string controllerName, RouteValueDictionary routeValues, string protocol, string hostName ) : string
url this
actionName string
controllerName string
routeValues RouteValueDictionary
protocol string
hostName string
리턴 string

RemoteAction() 공개 정적인 메소드

public static RemoteAction ( this url, string actionName, string controllerName, object routeValues ) : string
url this
actionName string
controllerName string
routeValues object
리턴 string

RemoteAction() 공개 정적인 메소드

public static RemoteAction ( this url, string actionName, string controllerName, object routeValues, string protocol ) : string
url this
actionName string
controllerName string
routeValues object
protocol string
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
linkText string
actionName string
리턴 System.Web.Mvc.MvcHtmlString

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, RouteValueDictionary routeValues ) : string
htmlHelper this
linkText string
actionName string
routeValues RouteValueDictionary
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : string
htmlHelper this
linkText string
actionName string
routeValues RouteValueDictionary
htmlAttributes object>.IDictionary
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, object routeValues ) : string
htmlHelper this
linkText string
actionName string
routeValues object
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, object routeValues, object htmlAttributes ) : string
htmlHelper this
linkText string
actionName string
routeValues object
htmlAttributes object
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName ) : string
htmlHelper this
linkText string
actionName string
controllerName string
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : string
htmlHelper this
linkText string
actionName string
controllerName string
routeValues RouteValueDictionary
htmlAttributes object>.IDictionary
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName, object routeValues, object htmlAttributes ) : string
htmlHelper this
linkText string
actionName string
controllerName string
routeValues object
htmlAttributes object
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName, string protocol, string hostName, string fragment, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : string
htmlHelper this
linkText string
actionName string
controllerName string
protocol string
hostName string
fragment string
routeValues RouteValueDictionary
htmlAttributes object>.IDictionary
리턴 string

RemoteActionLink() 공개 정적인 메소드

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName, string protocol, string hostName, string fragment, object routeValues, object htmlAttributes ) : string
htmlHelper this
linkText string
actionName string
controllerName string
protocol string
hostName string
fragment string
routeValues object
htmlAttributes object
리턴 string