CookieAttribute.Name Property

Definition

Gets the name of the cookie.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of the cookie.

Remarks

For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.

Applies to