C# Class SixBit.Web.CsJs.CsJsExtensions

Datei anzeigen Open project: joshperry/stuff

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

RemoteAction() public static method

public static RemoteAction ( this url, string actionName ) : string
url this
actionName string
return string

RemoteAction() public static method

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

RemoteAction() public static method

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

RemoteAction() public static method

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

RemoteAction() public static method

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

RemoteAction() public static method

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
return string

RemoteAction() public static method

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

RemoteAction() public static method

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

RemoteActionLink() public static method

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

RemoteActionLink() public static method

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

RemoteActionLink() public static method

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
return string

RemoteActionLink() public static method

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

RemoteActionLink() public static method

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

RemoteActionLink() public static method

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

RemoteActionLink() public static method

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
return string

RemoteActionLink() public static method

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
return string

RemoteActionLink() public static method

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
return string

RemoteActionLink() public static method

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
return string