StaticFileResponseContext Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Enthält Informationen zu der Anforderung und die Datei, die als Antwort bereitgestellt wird.
public ref class StaticFileResponseContext
public class StaticFileResponseContext
type StaticFileResponseContext = class
Public Class StaticFileResponseContext
- Vererbung
-
StaticFileResponseContext
Konstruktoren
StaticFileResponseContext() |
Veraltet.
Erstellt die StaticFileResponseContext. |
StaticFileResponseContext(HttpContext, IFileInfo) |
Erstellt die StaticFileResponseContext. |
Eigenschaften
Context |
Die Anforderungs- und Antwortinformationen. |
File |
Die Datei, die bereitgestellt werden soll. |