Share via


CookieOptions.Domain 속성

정의

쿠키를 연결할 도메인을 가져오거나 설정합니다.

public:
 property System::String ^ Domain { System::String ^ get(); void set(System::String ^ value); };
public string Domain { get; set; }
public string? Domain { get; set; }
member this.Domain : string with get, set
Public Property Domain As String

속성 값

쿠키와 연관시킬 도메인입니다.

적용 대상