Share via


ServiceCorsConfigurationInfo.Methods Property

Definition

Gets or sets the methods to be allowed via CORS.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to