'宣言
Public Function GetRequestCookie( _ ByVal context As IOwinContext, _ ByVal key As String _ ) As String
public string GetRequestCookie( IOwinContext context, string key )
パラメータ
- context
- key
'宣言
Public Function GetRequestCookie( _ ByVal context As IOwinContext, _ ByVal key As String _ ) As String
public string GetRequestCookie( IOwinContext context, string key )