ControllerActionEndpointConventionBuilderResourceCollectionExtensions.WithStaticAssets メソッド

定義

ResourceAssetCollection メタデータ インスタンスをエンドポイントに追加します。

public static Microsoft.AspNetCore.Builder.ControllerActionEndpointConventionBuilder WithStaticAssets (this Microsoft.AspNetCore.Builder.ControllerActionEndpointConventionBuilder builder, string manifestPath = default);
static member WithStaticAssets : Microsoft.AspNetCore.Builder.ControllerActionEndpointConventionBuilder * string -> Microsoft.AspNetCore.Builder.ControllerActionEndpointConventionBuilder
<Extension()>
Public Function WithStaticAssets (builder As ControllerActionEndpointConventionBuilder, Optional manifestPath As String = Nothing) As ControllerActionEndpointConventionBuilder

パラメーター

manifestPath
String

資産に関連付けられているマニフェスト。

戻り値

適用対象