@model OpenAuth.App.SSO.LoginResult @{ ViewBag.Title = "title"; }

OpenAuth.net测试站点登陆

@if (Model != null && !Model.Success) { @Model.ErrorMsg }