You do not have access to that resource.
6 |Would you like to logut of IdentityServer?
7 |You have successfully authorized the device
6 |Please enter the code displayed on your device.
7 |Once complete, you may close this tab.
7 |Sorry, there's nothing at this address.
15 |@Description
2 | 3 | @code { 4 | [Parameter] 5 | public string Description { get; set; } = string.Empty; 6 | } -------------------------------------------------------------------------------- /src/webapps/Web.Blazor/Client/Shared/App/Products/Common/ProductDescription/ProductDescription.razor.css: -------------------------------------------------------------------------------- 1 | body { 2 | } 3 | -------------------------------------------------------------------------------- /src/webapps/Web.Blazor/Client/Shared/App/Products/Common/ProductImage/ProductImage.razor: -------------------------------------------------------------------------------- 1 | Learn about building Web apps with ASP.NET Core.
8 |Use this page to detail your site's privacy policy.
7 | -------------------------------------------------------------------------------- /src/webapps/Web.Mvc/Views/Product/Index.cshtml: -------------------------------------------------------------------------------- 1 | @* 2 | For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 3 | *@ 4 | @{ 5 | } 6 | 7 | @using NetMicroservices.ServiceConfig.Nuget; 8 | 9 | @model ServiceResponseFirstName: @Model.GivenName
12 |Surname: @Model.FamilyName
-------------------------------------------------------------------------------- /src/webapps/Web.Mvc/Views/_ViewImports.cshtml: -------------------------------------------------------------------------------- 1 | @using Web.Mvc 2 | @using Web.Mvc.Models 3 | @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers 4 | -------------------------------------------------------------------------------- /src/webapps/Web.Mvc/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = "_Layout"; 3 | } 4 | -------------------------------------------------------------------------------- /src/webapps/Web.Mvc/Web.Mvc.csproj.user: -------------------------------------------------------------------------------- 1 | 2 |