Partager via


CorsRule.AllowedMethods Propriété

Définition

Obtient ou définit obligatoire si l’élément CorsRule est présent. Liste des méthodes HTTP autorisées à être exécutées par l’origine.

[Newtonsoft.Json.JsonProperty(PropertyName="allowedMethods")]
public System.Collections.Generic.IList<string> AllowedMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedMethods")>]
member this.AllowedMethods : System.Collections.Generic.IList<string> with get, set
Public Property AllowedMethods As IList(Of String)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à