FormAttribute 생성자

정의

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

오버로드

Name Description
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를 참조하세요.

적용 대상