Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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