WebAssemblyNetDebugProxyAppBuilderExtensions.UseWebAssemblyDebugging メソッド

定義

開発ツール内で Blazor WebAssembly アプリケーションをデバッグするために必要なミドルウェアChromium追加します。

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)

パラメーター

適用対象