다음을 통해 공유


CookieAttribute 생성자

정의

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

오버로드

CookieAttribute()

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

CookieAttribute(String)

지정된 쿠키 이름을 사용하여 CookieAttribute 클래스의 새 인스턴스를 초기화합니다.

설명

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

CookieAttribute()

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

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

설명

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

적용 대상

CookieAttribute(String)

지정된 쿠키 이름을 사용하여 CookieAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

name
String

쿠키의 이름입니다.

설명

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

적용 대상