CookieAttribute.Name 属性

定义

获取 Cookie 的名称。

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

属性值

String

Cookie 的名称。

注解

有关将模型绑定与 Web Forms的教程系列,请参阅模型绑定和Web Forms。

适用于