如何从Startup.Auth中的路由获取URL?

时间:2014-02-03 21:15:07

标签: c# asp.net-mvc-5

我正在尝试在我的Startup.Auth中获取登录页面的URL。

app.UseCookieAuthentication(new CookieAuthenticationOptions
{
    AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie,
    LoginPath = new PathString( ... )
});

如何检索登录页面的网址(controller =“Login”,action =“Index”)?

我没有使用UrlHelper方法的Action对象...

0 个答案:

没有答案