Files
simpleidp/SimpleIdp.Server/Views/Home/Index.cshtml
T

7 lines
165 B
Plaintext

@using Microsoft.AspNetCore.Mvc.ApiExplorer;
@using SimpleIdp.Resources
@{
ViewBag.Title = HomeResource.home;
Layout = "~/Views/Shared/_Layout.cshtml";
}