WebAssemblyNetDebugProxyAppBuilderExtensions.UseWebAssemblyDebugging 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.
Adds middleware needed for debugging Blazor WebAssembly applications inside Chromium dev tools.
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)