Share via


CorsRule.AllowedOrigins Property

Definition

Gets or sets domain names allowed via CORS.

public System.Collections.Generic.IList<string> AllowedOrigins { get; set; }
member this.AllowedOrigins : System.Collections.Generic.IList<string> with get, set
Public Property AllowedOrigins As IList(Of String)

Property Value

A collection of strings containing the allowed domain names, limited to 64.

Applies to