FormAttribute 생성자

정의

FormAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

FormAttribute()

FormAttribute 클래스의 새 인스턴스를 초기화합니다.

FormAttribute(String)

지정된 폼 필드 이름을 사용하여 FormAttribute 클래스의 새 인스턴스를 초기화합니다.

설명

Web Forms 모델 바인딩 사용에 대 한 자습서 시리즈를 참조 하세요 모델 바인딩 및 Web Forms합니다.

FormAttribute()

FormAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 FormAttribute();
public FormAttribute ();
Public Sub New ()

설명

Web Forms 모델 바인딩 사용에 대 한 자습서 시리즈를 참조 하세요 모델 바인딩 및 Web Forms합니다.

적용 대상

FormAttribute(String)

지정된 폼 필드 이름을 사용하여 FormAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 FormAttribute(System::String ^ fieldName);
public FormAttribute (string fieldName);
new System.Web.ModelBinding.FormAttribute : string -> System.Web.ModelBinding.FormAttribute
Public Sub New (fieldName As String)

매개 변수

fieldName
String

양식 필드의 이름입니다.

설명

Web Forms 모델 바인딩 사용에 대 한 자습서 시리즈를 참조 하세요 모델 바인딩 및 Web Forms합니다.

적용 대상