SetCookieHeaderValue.Name Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o nome do cookie.
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public:
property Microsoft::Extensions::Primitives::StringSegment Name { Microsoft::Extensions::Primitives::StringSegment get(); void set(Microsoft::Extensions::Primitives::StringSegment value); };
public string Name { get; set; }
public Microsoft.Extensions.Primitives.StringSegment Name { get; set; }
member this.Name : string with get, set
member this.Name : Microsoft.Extensions.Primitives.StringSegment with get, set
Public Property Name As String
Public Property Name As StringSegment