次の方法で共有


RazorComponentsEndpointConventionBuilderExtensions.WithStaticAssets メソッド

定義

コンポーネント アプリケーションの 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 ファイルのパスと一致する必要があります。

適用対象