Поделиться через


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 должен соответствовать пути файла manifes, предоставленного вызову MapStaticAssets(IEndpointRouteBuilder, String).

Применяется к