AjaxExtensions.BeginForm Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BeginForm(AjaxHelper, String, String, Object, AjaxOptions)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- controllerName
- String
Der Name des Controllers.
- routeValues
- Object
Ein Objekt, das die Parameter für eine Route enthält. Die Parameter werden durch Reflektion abgerufen, indem die Eigenschaften des Objekts untersucht werden. Dieses Objekt wird normalerweise mit der Objektinitialisierersyntax erstellt.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions, IDictionary<String,Object>)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- controllerName
- String
Der Name des Controllers.
- routeValues
- RouteValueDictionary
Ein Objekt, das die Parameter für eine Route enthält.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
- htmlAttributes
- IDictionary<String,Object>
Ein -Objekt, das die HTML-Attribute enthält, die für das -Element festgelegt werden sollen.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, String, Object, AjaxOptions, Object)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- controllerName
- String
Der Name des Controllers.
- routeValues
- Object
Ein Objekt, das die Parameter für eine Route enthält. Die Parameter werden durch Reflektion abgerufen, indem die Eigenschaften des Objekts untersucht werden. Dieses Objekt wird normalerweise mit der Objektinitialisierersyntax erstellt.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
- htmlAttributes
- Object
Ein -Objekt, das die HTML-Attribute enthält, die für das -Element festgelegt werden sollen.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- controllerName
- String
Der Name des Controllers.
- routeValues
- RouteValueDictionary
Ein Objekt, das die Parameter für eine Route enthält.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, Object, AjaxOptions, Object)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- routeValues
- Object
Ein Objekt, das die Parameter für eine Route enthält. Die Parameter werden durch Reflektion abgerufen, indem die Eigenschaften des Objekts untersucht werden. Dieses Objekt wird normalerweise mit der Objektinitialisierersyntax erstellt.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
- htmlAttributes
- Object
Ein -Objekt, das die HTML-Attribute enthält, die für das -Element festgelegt werden sollen.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions, IDictionary<String,Object>)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- routeValues
- RouteValueDictionary
Ein Objekt, das die Parameter für eine Route enthält.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
- htmlAttributes
- IDictionary<String,Object>
Ein Objekt, das die für das Element festzulegenden HTML-Attribute enthält.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, String, AjaxOptions)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- controllerName
- String
Der Name des Controllers.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, Object, AjaxOptions)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- routeValues
- Object
Ein Objekt, das die Parameter für eine Route enthält. Die Parameter werden durch Reflektion abgerufen, indem die Eigenschaften des Objekts untersucht werden. Dieses Objekt wird normalerweise mit der Objektinitialisierersyntax erstellt.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- routeValues
- RouteValueDictionary
Ein Objekt, das die Parameter für eine Route enthält.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, String, AjaxOptions)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- actionName
- String
Der Name der Aktionsmethode, die die Anforderung verarbeitet.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
Gibt zurück
Ein öffnendes <Formulartag> .
Gilt für:
BeginForm(AjaxHelper, AjaxOptions)
Schreibt ein öffnendes <Formulartag> in die Antwort.
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
Parameter
- ajaxHelper
- AjaxHelper
Das AJAX-Hilfsobjekt.
- ajaxOptions
- AjaxOptions
Ein Objekt, das Optionen für die asynchrone Anforderung bereitstellt.
Gibt zurück
Ein öffnendes <Formulartag> .