CorsPolicy.Methods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the methods that are supported by the resource.
public:
property System::Collections::Generic::IList<System::String ^> ^ Methods { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> Methods { get; }
member this.Methods : System.Collections.Generic.IList<string>
Public ReadOnly Property Methods As IList(Of String)