C# Class System.Web.Mvc.IronRuby.Helpers.RubyAjaxHelper

Inheritance: AjaxHelper
Show file Open project: jschementi/ironrubymvc

Public Methods

Method Description
ActionLink ( string linkText, string actionName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
ActionLink ( string linkText, string actionName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
ActionLink ( string linkText, string actionName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
ActionLink ( string linkText, string actionName, string controllerName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
ActionLink ( string linkText, string actionName, string controllerName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
ActionLink ( string linkText, string actionName, string controllerName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
ActionLink ( string linkText, string actionName, string controllerName, string protocol, string hostName, string fragment, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
BeginForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
BeginForm ( string actionName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
BeginForm ( string actionName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
BeginForm ( string actionName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginForm ( string actionName, string controllerName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
BeginForm ( string actionName, string controllerName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
BeginForm ( string actionName, string controllerName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( string routeName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( string routeName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( string routeName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : System.Web.Mvc.Html.MvcForm
RouteLink ( string linkText, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
RouteLink ( string linkText, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
RouteLink ( string linkText, string routeName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
RouteLink ( string linkText, string routeName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
RouteLink ( string linkText, string routeName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
RouteLink ( string linkText, string routeName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
RubyAjaxHelper ( ViewContext viewContext, IViewDataContainer viewDataContainer ) : System.Web.Mvc.Ajax
RubyAjaxHelper ( ViewContext viewContext, IViewDataContainer viewDataContainer, RouteCollection routeCollection ) : System.Web.Mvc.Ajax

Method Details

ActionLink() public method

public ActionLink ( string linkText, string actionName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
linkText string
actionName string
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return string

ActionLink() public method

public ActionLink ( string linkText, string actionName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
linkText string
actionName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return string

ActionLink() public method

public ActionLink ( string linkText, string actionName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
linkText string
actionName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return string

ActionLink() public method

public ActionLink ( string linkText, string actionName, string controllerName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
linkText string
actionName string
controllerName string
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return string

ActionLink() public method

public ActionLink ( string linkText, string actionName, string controllerName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
linkText string
actionName string
controllerName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return string

ActionLink() public method

public ActionLink ( string linkText, string actionName, string controllerName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
linkText string
actionName string
controllerName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return string

ActionLink() public method

public ActionLink ( string linkText, string actionName, string controllerName, string protocol, string hostName, string fragment, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
linkText string
actionName string
controllerName string
protocol string
hostName string
fragment string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return string

BeginForm() public method

public BeginForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return System.Web.Mvc.Html.MvcForm

BeginForm() public method

public BeginForm ( string actionName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
actionName string
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return System.Web.Mvc.Html.MvcForm

BeginForm() public method

public BeginForm ( string actionName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
actionName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return System.Web.Mvc.Html.MvcForm

BeginForm() public method

public BeginForm ( string actionName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : System.Web.Mvc.Html.MvcForm
actionName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return System.Web.Mvc.Html.MvcForm

BeginForm() public method

public BeginForm ( string actionName, string controllerName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
actionName string
controllerName string
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return System.Web.Mvc.Html.MvcForm

BeginForm() public method

public BeginForm ( string actionName, string controllerName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
actionName string
controllerName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return System.Web.Mvc.Html.MvcForm

BeginForm() public method

public BeginForm ( string actionName, string controllerName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : System.Web.Mvc.Html.MvcForm
actionName string
controllerName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public method

public BeginRouteForm ( string routeName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
routeName string
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public method

public BeginRouteForm ( string routeName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.Html.MvcForm
routeName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public method

public BeginRouteForm ( string routeName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : System.Web.Mvc.Html.MvcForm
routeName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return System.Web.Mvc.Html.MvcForm

RouteLink() public method

public RouteLink ( string linkText, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
linkText string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return string

RouteLink() public method

public RouteLink ( string linkText, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
linkText string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return string

RouteLink() public method

public RouteLink ( string linkText, string routeName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
linkText string
routeName string
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return string

RouteLink() public method

public RouteLink ( string linkText, string routeName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
linkText string
routeName string
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return string

RouteLink() public method

public RouteLink ( string linkText, string routeName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
linkText string
routeName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
return string

RouteLink() public method

public RouteLink ( string linkText, string routeName, Hash routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, Hash htmlAttributes ) : string
linkText string
routeName string
routeValues Hash
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes Hash
return string

RubyAjaxHelper() public method

public RubyAjaxHelper ( ViewContext viewContext, IViewDataContainer viewDataContainer ) : System.Web.Mvc.Ajax
viewContext ViewContext
viewDataContainer IViewDataContainer
return System.Web.Mvc.Ajax

RubyAjaxHelper() public method

public RubyAjaxHelper ( ViewContext viewContext, IViewDataContainer viewDataContainer, RouteCollection routeCollection ) : System.Web.Mvc.Ajax
viewContext ViewContext
viewDataContainer IViewDataContainer
routeCollection RouteCollection
return System.Web.Mvc.Ajax