Share via


CookieHandlerElement.Name Proprietà

Definizione

Ottiene o imposta il nome di base per tutti i cookie scritti dal gestore.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", IsRequired=false)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", IsRequired=false)>]
member this.Name : string with get, set
Public Property Name As String

Valore della proprietà

Il nome di base per i cookie. Il valore predefinito è "FedAuth".

Attributi

Commenti

Rappresenta l'attributo name dell'elemento <cookieHandler> .

Si applica a

Vedi anche