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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
public RubyAjaxHelper ( ViewContext viewContext, IViewDataContainer viewDataContainer ) : System.Web.Mvc.Ajax | ||
viewContext | ViewContext | |
viewDataContainer | IViewDataContainer | |
return | System.Web.Mvc.Ajax |
public RubyAjaxHelper ( ViewContext viewContext, IViewDataContainer viewDataContainer, RouteCollection routeCollection ) : System.Web.Mvc.Ajax | ||
viewContext | ViewContext | |
viewDataContainer | IViewDataContainer | |
routeCollection | RouteCollection | |
return | System.Web.Mvc.Ajax |