Compartir a través de


AjaxExtensions.BeginForm Método

Definición

Sobrecargas

BeginForm(AjaxHelper, String, String, Object, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, String, String, Object, AjaxOptions, Object)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, String, Object, AjaxOptions, Object)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, String, String, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, String, Object, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, String, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

BeginForm(AjaxHelper, String, String, Object, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

controllerName
String

El nombre del controlador.

routeValues
Object

Objeto que contiene los parámetros para una ruta. Los parámetros se recuperan mediante reflexión examinando las propiedades del objeto. Este objeto suele crearse utilizando la sintaxis del inicializador de objeto.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

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

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

controllerName
String

El nombre del controlador.

routeValues
RouteValueDictionary

Objeto que contiene los parámetros para una ruta.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

htmlAttributes
IDictionary<String,Object>

Objeto que contiene los atributos HTML que se van a establecer para el elemento .

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

BeginForm(AjaxHelper, String, String, Object, AjaxOptions, Object)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

controllerName
String

El nombre del controlador.

routeValues
Object

Objeto que contiene los parámetros para una ruta. Los parámetros se recuperan mediante reflexión examinando las propiedades del objeto. Este objeto suele crearse utilizando la sintaxis del inicializador de objeto.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

htmlAttributes
Object

Objeto que contiene los atributos HTML que se van a establecer para el elemento .

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

BeginForm(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

controllerName
String

El nombre del controlador.

routeValues
RouteValueDictionary

Objeto que contiene los parámetros para una ruta.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

BeginForm(AjaxHelper, String, Object, AjaxOptions, Object)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

routeValues
Object

Objeto que contiene los parámetros para una ruta. Los parámetros se recuperan mediante reflexión examinando las propiedades del objeto. Este objeto suele crearse utilizando la sintaxis del inicializador de objeto.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

htmlAttributes
Object

Objeto que contiene los atributos HTML que se van a establecer para el elemento .

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

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

Escribe una etiqueta de formulario> de apertura <en la respuesta.

public static System.Web.Mvc.Html.MvcForm BeginForm (this System.Web.Mvc.AjaxHelper ajaxHelper, string actionName, System.Web.Routing.RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member BeginForm : 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 BeginForm (ajaxHelper As AjaxHelper, actionName As String, routeValues As RouteValueDictionary, ajaxOptions As AjaxOptions, htmlAttributes As IDictionary(Of String, Object)) As MvcForm

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

routeValues
RouteValueDictionary

Objeto que contiene los parámetros para una ruta.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

htmlAttributes
IDictionary<String,Object>

Un objeto que contiene los atributos HTML que se van a establecer para el elemento.

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

BeginForm(AjaxHelper, String, String, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

controllerName
String

El nombre del controlador.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

BeginForm(AjaxHelper, String, Object, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

routeValues
Object

Objeto que contiene los parámetros para una ruta. Los parámetros se recuperan mediante reflexión examinando las propiedades del objeto. Este objeto suele crearse utilizando la sintaxis del inicializador de objeto.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

BeginForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

routeValues
RouteValueDictionary

Objeto que contiene los parámetros para una ruta.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

BeginForm(AjaxHelper, String, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

actionName
String

Nombre del método de acción que controlará la solicitud.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a

BeginForm(AjaxHelper, AjaxOptions)

Escribe una etiqueta de formulario> de apertura <en la respuesta.

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

Parámetros

ajaxHelper
AjaxHelper

Objeto del asistente de AJAX.

ajaxOptions
AjaxOptions

Un objeto que proporciona las opciones para la solicitud asincrónica.

Devoluciones

Etiqueta de formulario> de apertura<.

Se aplica a