CorsPolicy.Origins Property

Definition

Gets the origins that are allowed to access the resource.

public:
 property System::Collections::Generic::IList<System::String ^> ^ Origins { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> Origins { get; }
member this.Origins : System.Collections.Generic.IList<string>
Public ReadOnly Property Origins As IList(Of String)

Property Value

Applies to