@page @using Microsoft.AspNetCore.Mvc.Localization @using MyCompanyName.MyProjectName.Localization @inject IHtmlLocalizer L @model MyCompanyName.MyProjectName.Pages.IndexModel @section styles { } @section scripts { }
@L["Welcome_Title"] @L["Welcome_Text"]
THE OFFICIAL GUIDE

Mastering ABP Framework

Written by the creator of the ABP Framework, this book will help you gain a complete understanding of the framework and modern web application development techniques.