MvcViewFeaturesMvcBuilderExtensions.AddViewComponentsAsServices Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Registra i componenti di visualizzazione individuati come servizi in IServiceCollection.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddViewComponentsAsServices (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder);
static member AddViewComponentsAsServices : Microsoft.Extensions.DependencyInjection.IMvcBuilder -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddViewComponentsAsServices (builder As IMvcBuilder) As IMvcBuilder
Parametri
- builder
- IMvcBuilder
Oggetto IMvcBuilder.
Restituisce
Oggetto IMvcBuilder.