App
IPageService to Set Headers / Meta etc.
This page sets the title, description, keywords and some manual tags to the header. Look at the resulting output-source to see the effect.
Kit.Page gets the Page Service on newer Razors
This tutorial inherits from the Custom.Hybrid.Razor14
or the Custom.Hybrid.RazorTyped
base class.
This allows us to use Kit.Page
to access an IPageService
without having to use GetService<IPageService>
.