我正在使用Identity.Owin爲我登錄用戶。使用標準生成的代碼。 protected void LogIn(object sender, EventArgs e)
{
if (IsValid)
{
// Validate the user password
var manager = Context.GetOwinContext().GetUse
我已經做了一些代碼,以返回到網站的博客部分的概述頁面。下面代碼中的變量OverviewLink1和OverviewLink2都是HtmlAnchor s,並將設置Href屬性等於我所做的變量state。 屬性HttpContext.Current.Application獲取當前HTTP請求的System.Web.HttpApplicationState對象。 Dim state As HttpAp