다음을 통해 공유


FormExtensions.BeginRouteForm 메서드

정의

오버로드

BeginRouteForm(HtmlHelper, String, Object, FormMethod, Object)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, RouteValueDictionary, FormMethod)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, FormMethod, Object)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, FormMethod, IDictionary<String,Object>)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, Object, FormMethod)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, Object)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, FormMethod)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, RouteValueDictionary)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, Object)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, RouteValueDictionary, FormMethod, IDictionary<String,Object>)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, RouteValueDictionary)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

BeginRouteForm(HtmlHelper, String, Object, FormMethod, Object)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, string routeName, object routeValues, System.Web.Mvc.FormMethod method, object htmlAttributes);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * string * obj * System.Web.Mvc.FormMethod * obj -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeName As String, routeValues As Object, method As FormMethod, htmlAttributes As Object) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

routeValues
Object

경로의 매개 변수가 들어 있는 개체입니다. 매개 변수는 개체의 속성을 검사하여 리플렉션을 통해 검색됩니다. 이 개체는 일반적으로 개체 이니셜라이저 구문을 사용하여 만듭니다.

method
FormMethod

GET 또는 POST인 폼을 처리하기 위한 HTTP 메서드입니다.

htmlAttributes
Object

요소에 대해 설정할 HTML 특성을 포함하는 개체입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String, RouteValueDictionary, FormMethod)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, string routeName, System.Web.Routing.RouteValueDictionary routeValues, System.Web.Mvc.FormMethod method);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * string * System.Web.Routing.RouteValueDictionary * System.Web.Mvc.FormMethod -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeName As String, routeValues As RouteValueDictionary, method As FormMethod) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

routeValues
RouteValueDictionary

경로의 매개 변수를 포함하는 개체입니다.

method
FormMethod

GET 또는 POST인 폼을 처리하기 위한 HTTP 메서드입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String, FormMethod, Object)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, string routeName, System.Web.Mvc.FormMethod method, object htmlAttributes);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * string * System.Web.Mvc.FormMethod * obj -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeName As String, method As FormMethod, htmlAttributes As Object) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

method
FormMethod

GET 또는 POST인 폼을 처리하기 위한 HTTP 메서드입니다.

htmlAttributes
Object

요소에 대해 설정할 HTML 특성을 포함하는 개체입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String, FormMethod, IDictionary<String,Object>)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, string routeName, System.Web.Mvc.FormMethod method, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * string * System.Web.Mvc.FormMethod * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeName As String, method As FormMethod, htmlAttributes As IDictionary(Of String, Object)) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

method
FormMethod

GET 또는 POST인 폼을 처리하기 위한 HTTP 메서드입니다.

htmlAttributes
IDictionary<String,Object>

요소에 대해 설정할 HTML 특성을 포함하는 개체입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String, Object, FormMethod)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, string routeName, object routeValues, System.Web.Mvc.FormMethod method);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * string * obj * System.Web.Mvc.FormMethod -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeName As String, routeValues As Object, method As FormMethod) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

routeValues
Object

경로의 매개 변수가 들어 있는 개체입니다. 매개 변수는 개체의 속성을 검사하여 리플렉션을 통해 검색됩니다. 이 개체는 일반적으로 개체 이니셜라이저 구문을 사용하여 만듭니다.

method
FormMethod

GET 또는 POST인 폼을 처리하기 위한 HTTP 메서드입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String, Object)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

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

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

routeValues
Object

경로의 매개 변수가 들어 있는 개체입니다. 매개 변수는 개체의 속성을 검사하여 리플렉션을 통해 검색됩니다. 이 개체는 일반적으로 개체 이니셜라이저 구문을 사용하여 만듭니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String, FormMethod)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, string routeName, System.Web.Mvc.FormMethod method);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * string * System.Web.Mvc.FormMethod -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeName As String, method As FormMethod) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

method
FormMethod

GET 또는 POST인 폼을 처리하기 위한 HTTP 메서드입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, RouteValueDictionary)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, System.Web.Routing.RouteValueDictionary routeValues);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * System.Web.Routing.RouteValueDictionary -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeValues As RouteValueDictionary) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeValues
RouteValueDictionary

경로의 매개 변수를 포함하는 개체입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, string routeName);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * string -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeName As String) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, Object)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

public static System.Web.Mvc.Html.MvcForm BeginRouteForm (this System.Web.Mvc.HtmlHelper htmlHelper, object routeValues);
static member BeginRouteForm : System.Web.Mvc.HtmlHelper * obj -> System.Web.Mvc.Html.MvcForm
<Extension()>
Public Function BeginRouteForm (htmlHelper As HtmlHelper, routeValues As Object) As MvcForm

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeValues
Object

경로의 매개 변수가 들어 있는 개체입니다. 매개 변수는 개체의 속성을 검사하여 리플렉션을 통해 검색됩니다. 이 개체는 일반적으로 개체 이니셜라이저 구문을 사용하여 만듭니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String, RouteValueDictionary, FormMethod, IDictionary<String,Object>)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

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

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

routeValues
RouteValueDictionary

경로의 매개 변수를 포함하는 개체입니다.

method
FormMethod

GET 또는 POST인 폼을 처리하기 위한 HTTP 메서드입니다.

htmlAttributes
IDictionary<String,Object>

요소에 대해 설정할 HTML 특성을 포함하는 개체입니다.

반환

여 <는 양식> 태그입니다.

적용 대상

BeginRouteForm(HtmlHelper, String, RouteValueDictionary)

여 <는 양식> 태그를 응답에 씁니다. 사용자가 폼을 제출하면 경로 대상을 통해 요청이 처리됩니다.

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

매개 변수

htmlHelper
HtmlHelper

이 메서드가 확장하는 HTML 도우미 인스턴스입니다.

routeName
String

폼 게시 URL을 가져오는 데 사용할 경로의 이름입니다.

routeValues
RouteValueDictionary

경로의 매개 변수를 포함하는 개체입니다.

반환

여 <는 양식> 태그입니다.

적용 대상