StaticFileResponseContext Costruttori

Definizione

Overload

StaticFileResponseContext()

Origine:
StaticFileResponseContext.cs
Origine:
StaticFileResponseContext.cs

Attenzione

Use the constructor that passes in the HttpContext and IFileInfo parameters: StaticFileResponseContext(HttpContext context, IFileInfo file)

Costruisce l'oggetto StaticFileResponseContext.

public StaticFileResponseContext ();
[System.Obsolete("Use the constructor that passes in the HttpContext and IFileInfo parameters: StaticFileResponseContext(HttpContext context, IFileInfo file)", false)]
public StaticFileResponseContext ();
Attributi

Si applica a

StaticFileResponseContext(HttpContext, IFileInfo)

Origine:
StaticFileResponseContext.cs

Costruisce l'oggetto StaticFileResponseContext.

public StaticFileResponseContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.Extensions.FileProviders.IFileInfo file);

Parametri

context
HttpContext

Informazioni su richiesta e risposta.

file
IFileInfo

File da gestire.

Si applica a