Condividi tramite


StaticAssetsEndpointRouteBuilderExtensions.MapStaticAssets Metodo

Definizione

Esegue il mapping dei file statici prodotti durante la compilazione come endpoint.

public static Microsoft.AspNetCore.StaticAssets.StaticAssetsEndpointConventionBuilder MapStaticAssets (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string? staticAssetsManifestPath = default);
static member MapStaticAssets : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder * string -> Microsoft.AspNetCore.StaticAssets.StaticAssetsEndpointConventionBuilder
<Extension()>
Public Function MapStaticAssets (endpoints As IEndpointRouteBuilder, Optional staticAssetsManifestPath As String = Nothing) As StaticAssetsEndpointConventionBuilder

Parametri

staticAssetsManifestPath
String

Percorso del file manifesto degli asset statici.

Restituisce

Commenti

Il staticAssetsManifestPath può essere null per usare il ApplicationName per individuare le manife. In alternativa, è possibile specificare un percorso completo nel file manifesto. Se viene usato un percorso relativo, si cercherà il file nel BaseDirectory". />

Si applica a