Edit on GitHub

In this document

Introduction

ASP.NET Boilerplate is integrated in to MVC Views via the Abp.Web.Mvc NuGet package. You can create regular MVC Views as you always do.

AbpWebViewPage Base Class

ASP.NET Boilerplate also provides the AbpWebViewPage base class, which defines some useful properties and methods. If you created your project using the startup templates then all your views are automatically inherited from this base class.

AbpWebViewPage defines an L method for localization, IsGranted method for authorization, IsFeatureEnabled and GetFeatureValue methods for feature management and more.