WebAssemblyNetDebugProxyAppBuilderExtensions.UseWebAssemblyDebugging Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un intergiciel nécessaire au débogage des applications Blazor WebAssembly dans Chromium outils de développement.
public:
[System::Runtime::CompilerServices::Extension]
static void UseWebAssemblyDebugging(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static void UseWebAssemblyDebugging (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseWebAssemblyDebugging : Microsoft.AspNetCore.Builder.IApplicationBuilder -> unit
<Extension()>
Public Sub UseWebAssemblyDebugging (app As IApplicationBuilder)