FhirServiceCorsConfiguration.Origins Property

Definition

Gets or sets the origins to be allowed via CORS.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to