CorsResult.PreflightMaxAge Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le TimeSpan pour lequel les résultats d’une demande de contrôle préliminaire peuvent être mis en cache.
public:
property Nullable<TimeSpan> PreflightMaxAge { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? PreflightMaxAge { get; set; }
member this.PreflightMaxAge : Nullable<TimeSpan> with get, set
Public Property PreflightMaxAge As Nullable(Of TimeSpan)