Share via


CorsResult.AllowedOrigin Property

 

Gets or sets the allowed origin.

Namespace:   System.Web.Cors
Assembly:  System.Web.Cors (in System.Web.Cors.dll)

Syntax

public string AllowedOrigin {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ AllowedOrigin {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member AllowedOrigin : string with get, set
Public Property AllowedOrigin As String

Property Value

Type: System.String

See Also

CorsResult Class
System.Web.Cors Namespace

Return to top