AjaxExtensions.BeginRouteForm Metodo

Definizione

Overload

BeginRouteForm(AjaxHelper, String, AjaxOptions)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

BeginRouteForm(AjaxHelper, String, Object, AjaxOptions)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

BeginRouteForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

BeginRouteForm(AjaxHelper, String, Object, AjaxOptions, Object)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

BeginRouteForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions, IDictionary<String,Object>)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

BeginRouteForm(AjaxHelper, String, AjaxOptions)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.AjaxHelper ajaxHelper, string routeName, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions);
static member BeginRouteForm : System.Web.Mvc.AjaxHelper * string * System.Web.Mvc.Ajax.AjaxOptions -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (ajaxHelper As AjaxHelper, routeName As String, ajaxOptions As AjaxOptions) As MvcForm

Parametri

ajaxHelper
AjaxHelper

Helper AJAX.

routeName
String

Nome della route da utilizzare per ottenere l'URL del post per il form.

ajaxOptions
AjaxOptions

Oggetto che fornisce le opzioni per la richiesta asincrona.

Restituisce

Tag di modulo> di apertura<.

Si applica a

BeginRouteForm(AjaxHelper, String, Object, AjaxOptions)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.AjaxHelper ajaxHelper, string routeName, object routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions);
static member BeginRouteForm : System.Web.Mvc.AjaxHelper * string * obj * System.Web.Mvc.Ajax.AjaxOptions -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (ajaxHelper As AjaxHelper, routeName As String, routeValues As Object, ajaxOptions As AjaxOptions) As MvcForm

Parametri

ajaxHelper
AjaxHelper

Helper AJAX.

routeName
String

Nome della route da utilizzare per ottenere l'URL del post per il form.

routeValues
Object

Oggetto che contiene i parametri per una route. I parametri vengono recuperati tramite reflection esaminando le proprietà dell'oggetto. Questo oggetto viene creato, in genere, usando la sintassi dell'inizializzatore di oggetto.

ajaxOptions
AjaxOptions

Oggetto che fornisce le opzioni per la richiesta asincrona.

Restituisce

Tag di modulo> di apertura<.

Si applica a

BeginRouteForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.AjaxHelper ajaxHelper, string routeName, System.Web.Routing.RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions);
static member BeginRouteForm : System.Web.Mvc.AjaxHelper * string * System.Web.Routing.RouteValueDictionary * System.Web.Mvc.Ajax.AjaxOptions -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (ajaxHelper As AjaxHelper, routeName As String, routeValues As RouteValueDictionary, ajaxOptions As AjaxOptions) As MvcForm

Parametri

ajaxHelper
AjaxHelper

Helper AJAX.

routeName
String

Nome della route da utilizzare per ottenere l'URL del post per il form.

routeValues
RouteValueDictionary

Oggetto che contiene i parametri per una route.

ajaxOptions
AjaxOptions

Oggetto che fornisce le opzioni per la richiesta asincrona.

Restituisce

Tag di modulo> di apertura<.

Si applica a

BeginRouteForm(AjaxHelper, String, Object, AjaxOptions, Object)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.AjaxHelper ajaxHelper, string routeName, object routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object htmlAttributes);
static member BeginRouteForm : System.Web.Mvc.AjaxHelper * string * obj * System.Web.Mvc.Ajax.AjaxOptions * obj -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (ajaxHelper As AjaxHelper, routeName As String, routeValues As Object, ajaxOptions As AjaxOptions, htmlAttributes As Object) As MvcForm

Parametri

ajaxHelper
AjaxHelper

Helper AJAX.

routeName
String

Nome della route da utilizzare per ottenere l'URL del post per il form.

routeValues
Object

Oggetto che contiene i parametri per una route. I parametri vengono recuperati tramite reflection esaminando le proprietà dell'oggetto. Questo oggetto viene creato, in genere, usando la sintassi dell'inizializzatore di oggetto.

ajaxOptions
AjaxOptions

Oggetto che fornisce le opzioni per la richiesta asincrona.

htmlAttributes
Object

Oggetto che contiene gli attributi HTML da impostare per l'elemento.

Restituisce

Tag di modulo> di apertura<.

Si applica a

BeginRouteForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions, IDictionary<String,Object>)

Scrive un tag di modulo> di apertura <nella risposta usando le informazioni di routing specificate.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.AjaxHelper ajaxHelper, string routeName, System.Web.Routing.RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member BeginRouteForm : System.Web.Mvc.AjaxHelper * string * System.Web.Routing.RouteValueDictionary * System.Web.Mvc.Ajax.AjaxOptions * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (ajaxHelper As AjaxHelper, routeName As String, routeValues As RouteValueDictionary, ajaxOptions As AjaxOptions, htmlAttributes As IDictionary(Of String, Object)) As MvcForm

Parametri

ajaxHelper
AjaxHelper

Helper AJAX.

routeName
String

Nome della route da utilizzare per ottenere l'URL del post per il form.

routeValues
RouteValueDictionary

Oggetto che contiene i parametri per una route.

ajaxOptions
AjaxOptions

Oggetto che fornisce le opzioni per la richiesta asincrona.

htmlAttributes
IDictionary<String,Object>

Oggetto che contiene gli attributi HTML da impostare per l'elemento.

Restituisce

Tag di modulo> di apertura<.

Si applica a