C# Class SixBit.Web.CsJs.CsJsExtensions

Afficher le fichier Open project: joshperry/stuff

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static RemoteAction ( this url, string actionName ) : string
url this
actionName string
Résultat string

RemoteAction() public static méthode

public static RemoteAction ( this url, string actionName, RouteValueDictionary routeValues ) : string
url this
actionName string
routeValues RouteValueDictionary
Résultat string

RemoteAction() public static méthode

public static RemoteAction ( this url, string actionName, object routeValues ) : string
url this
actionName string
routeValues object
Résultat string

RemoteAction() public static méthode

public static RemoteAction ( this url, string actionName, string controllerName ) : string
url this
actionName string
controllerName string
Résultat string

RemoteAction() public static méthode

public static RemoteAction ( this url, string actionName, string controllerName, RouteValueDictionary routeValues ) : string
url this
actionName string
controllerName string
routeValues RouteValueDictionary
Résultat string

RemoteAction() public static méthode

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
Résultat string

RemoteAction() public static méthode

public static RemoteAction ( this url, string actionName, string controllerName, object routeValues ) : string
url this
actionName string
controllerName string
routeValues object
Résultat string

RemoteAction() public static méthode

public static RemoteAction ( this url, string actionName, string controllerName, object routeValues, string protocol ) : string
url this
actionName string
controllerName string
routeValues object
protocol string
Résultat string

RemoteActionLink() public static méthode

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

RemoteActionLink() public static méthode

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, RouteValueDictionary routeValues ) : string
htmlHelper this
linkText string
actionName string
routeValues RouteValueDictionary
Résultat string

RemoteActionLink() public static méthode

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
Résultat string

RemoteActionLink() public static méthode

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, object routeValues ) : string
htmlHelper this
linkText string
actionName string
routeValues object
Résultat string

RemoteActionLink() public static méthode

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, object routeValues, object htmlAttributes ) : string
htmlHelper this
linkText string
actionName string
routeValues object
htmlAttributes object
Résultat string

RemoteActionLink() public static méthode

public static RemoteActionLink ( this htmlHelper, string linkText, string actionName, string controllerName ) : string
htmlHelper this
linkText string
actionName string
controllerName string
Résultat string

RemoteActionLink() public static méthode

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
Résultat string

RemoteActionLink() public static méthode

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
Résultat string

RemoteActionLink() public static méthode

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
Résultat string

RemoteActionLink() public static méthode

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
Résultat string