Compartir a través de


CookieTempDataProviderOptions.Domain Propiedad

Definición

Precaución

This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Domain.

Esta propiedad está obsoleta y se quitará en una versión futura. La alternativa recomendada está en Cookie.

El dominio establecido en una cookie. Tiene como valor predeterminado null.

public:
 property System::String ^ Domain { System::String ^ get(); void set(System::String ^ value); };
public string Domain { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Domain.")]
public string Domain { get; set; }
member this.Domain : string with get, set
[<System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Domain.")>]
member this.Domain : string with get, set
Public Property Domain As String

Valor de propiedad

Atributos

Se aplica a