asp.net identity控制器及其视图位于哪里?
创始人
2024-09-16 07:00:46
0

在ASP.NET Identity中,控制器和视图的位置可以根据项目的需求进行配置。默认情况下,它们位于项目的Controllers和Views文件夹中。

以下是一个示例解决方法:

  1. 创建一个名为"AccountController"的控制器,它将处理用户身份验证和授权相关的操作。
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Identity;

public class AccountController : Controller
{
    private readonly SignInManager _signInManager;

    public AccountController(SignInManager signInManager)
    {
        _signInManager = signInManager;
    }

    // 添加你的身份验证和授权相关的操作方法
}
  1. 创建一个名为"Account"的文件夹,并在其中创建一个名为"Login.cshtml"的视图,用于显示用户登录表单。
@model LoginViewModel

请注意,在上述代码中,我们使用了Razor视图引擎来生成HTML标记,并使用了ASP.NET Core的标记助手(asp-for)来生成表单字段。

  1. 将控制器和视图添加到你的项目中,并根据需要进行相应的配置。你可以在Startup.cs文件中添加以下配置代码:
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Identity;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;

public class Startup
{
    private readonly IConfiguration _configuration;

    public Startup(IConfiguration configuration)
    {
        _configuration = configuration;
    }

    public void ConfigureServices(IServiceCollection services)
    {
        // 配置数据库上下文
        services.AddDbContext(options =>
            options.UseSqlServer(_configuration.GetConnectionString("DefaultConnection")));

        // 配置Identity
        services.AddIdentity()
            .AddEntityFrameworkStores()
            .AddDefaultTokenProviders();
        
        // 配置身份验证
        services.Configure(options =>
        {
            // 添加你的身份验证配置选项
        });

        // 配置控制器和视图的位置
        services.AddControllersWithViews()
            .AddRazorRuntimeCompilation()
            .AddViewOptions(options =>
            {
                options.ViewLocationFormats.Add("/Views/Account/{0}.cshtml");
                options.ViewLocationFormats.Add("/Views/Shared/{0}.cshtml");
            });
    }

    public void Configure(IApplicationBuilder app)
    {
        // 配置中间件和路由
        app.UseRouting();
        app.UseAuthentication();
        app.UseAuthorization();
        app.UseEndpoints(endpoints =>
        {
            endpoints.MapControllerRoute(
                name: "default",
                pattern: "{controller=Home}/{action=Index}/{id?}");
        });
    }
}

在上述代码中,我们通过调用services.AddControllersWithViews()方法来配置控制器和视图。然后,我们使用.AddViewOptions()方法来添加自定义视图位置的选项。在这个示例中,我们将Account文件夹添加到视图位置列表中。

请注意,这只是一个示例解决方法,你可以根据你的项目需求进行适当的配置和调整。

相关内容

热门资讯

记者发布!pokemmo修改器... 记者发布!pokemmo修改器手机版,wepoker私人辅助器,总是真的是有挂(有挂助手)1、操作简...
实测分享!德普之星透视辅助软件... 实测分享!德普之星透视辅助软件是真的吗,德州hhpoker脚本,真是是有挂(有挂分享)1、下载好脚本...
揭秘真相!wepoker辅助器... 揭秘真相!wepoker辅助器官方,we poker辅助器,本来真的有挂(有挂总结)1、wepoke...
科技通报!wepoker怎么增... 科技通报!wepoker怎么增加运气,HH平台挂,一贯真的有挂(有挂细节)亲,关键说明,透视脚本安卓...
技术分享!hhpoker有没有... 技术分享!hhpoker有没有辅助,hhpoker脚本,真是真的有挂(有挂方式)1、很好的工具软件,...
一分钟揭秘!pokemmo手机... 一分钟揭秘!pokemmo手机版修改器,大菠萝辅助器,原来真的是有挂(有挂总结)1、让任何用户在无需...
9分钟了解!wepoker透视... 9分钟了解!wepoker透视苹果系统,wepoker辅助透视软件,果然存在有挂(有挂教学)1、we...
免费测试版!werplan辅助... 免费测试版!werplan辅助软件,德普之星透视辅助软件,确实是有挂(真的有挂)辅助器是一种具有地方...
玩家实测!wepoker有辅助... 玩家实测!wepoker有辅助插件吗,wepoker透视脚本是什么,切实真的是有挂(有挂总结)1、打...
科普分享!wpk可以作弊吗,h... 科普分享!wpk可以作弊吗,hhpoker德州有挂吗,原来是有挂(有人有挂)1、进入到是否有挂之后,...