Share via


CorsRequestContext.AccessControlRequestMethod Property

 

Gets or sets the Access-Control-Request-Method header value.

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

Syntax

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

Property Value

Type: System.String

See Also

CorsRequestContext Class
System.Web.Cors Namespace

Return to top