Share via


EnableCorsAttribute.Methods Property

 

Gets the methods that are supported by the resource.

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

Syntax

public IList<string> Methods { get; }
public:
property IList<String^>^ Methods {
    IList<String^>^ get();
}
member Methods : IList<string> with get
Public ReadOnly Property Methods As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

See Also

EnableCorsAttribute Class
System.Web.Http.Cors Namespace

Return to top