MvcRazorMvcBuilderExtensions.AddTagHelpersAsServices(IMvcBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers tag helpers as services and replaces the existing ITagHelperActivator with an Microsoft.AspNetCore.Mvc.Razor.ServiceBasedTagHelperActivator.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddTagHelpersAsServices (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder);
static member AddTagHelpersAsServices : Microsoft.Extensions.DependencyInjection.IMvcBuilder -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddTagHelpersAsServices (builder As IMvcBuilder) As IMvcBuilder
Parameters
- builder
- IMvcBuilder
The IMvcBuilder instance this method extends.
Returns
The IMvcBuilder instance this method extends.