RazorComponentsEndpointConventionBuilderExtensions.WithStaticAssets メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネント アプリケーションの ResourceAssetCollection および ImportMapDefinition メタデータを設定します。
public static Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder WithStaticAssets (this Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder builder, string? manifestPath = default);
static member WithStaticAssets : Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder * string -> Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder
<Extension()>
Public Function WithStaticAssets (builder As RazorComponentsEndpointConventionBuilder, Optional manifestPath As String = Nothing) As RazorComponentsEndpointConventionBuilder
パラメーター
- manifestPath
- String
資産に関連付けられているマニフェスト。
戻り値
RazorComponentsEndpointConventionBuilder.
注釈
manifestPath
は、MapStaticAssets(IEndpointRouteBuilder, String) 呼び出しに指定された manifes ファイルのパスと一致する必要があります。