Comparteix a través de


OwinStartupAttribute.MethodName Property

 

The name of the configuration method

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public string MethodName { get; private set; }
public:
property String^ MethodName {
    String^ get();
    private: void set(String^ value);
}
member MethodName : string with get, private set
Public Property MethodName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns String.

See Also

OwinStartupAttribute Class
Microsoft.Owin Namespace

Return to top