Results.File 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
File(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean) |
지정된 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다. |
File(Byte[], String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue) |
응답에 바이트 배열 콘텐츠를 씁니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다. 이 API는 Bytes(Byte[], String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue)별칭입니다. |
File(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean) |
지정된 Stream 응답에 씁니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다. 이 API는 Stream(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)별칭입니다. |
File(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)
- Source:
- Results.cs
지정된 path
파일을 응답에 씁니다.
범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.
public static Microsoft.AspNetCore.Http.IResult File (string path, string? contentType = default, string? fileDownloadName = default, DateTimeOffset? lastModified = default, Microsoft.Net.Http.Headers.EntityTagHeaderValue? entityTag = default, bool enableRangeProcessing = false);
static member File : string * string * string * Nullable<DateTimeOffset> * Microsoft.Net.Http.Headers.EntityTagHeaderValue * bool -> Microsoft.AspNetCore.Http.IResult
Public Shared Function File (path As String, Optional contentType As String = Nothing, Optional fileDownloadName As String = Nothing, Optional lastModified As Nullable(Of DateTimeOffset) = Nothing, Optional entityTag As EntityTagHeaderValue = Nothing, Optional enableRangeProcessing As Boolean = false) As IResult
매개 변수
- path
- String
파일의 경로입니다. 루트가 아닌 경우 WebRootFileProvider상대적인 경로를 확인합니다.
- contentType
- String
파일의 콘텐츠 형식입니다.
- fileDownloadName
- String
제안된 파일 이름입니다.
- lastModified
- Nullable<DateTimeOffset>
파일이 마지막으로 수정된 시점의 DateTimeOffset.
- entityTag
- EntityTagHeaderValue
파일과 연결된 EntityTagHeaderValue.
- enableRangeProcessing
- Boolean
범위 요청 처리를 사용하도록 설정하려면 true
설정합니다.
반환
응답에 대해 만든 IResult.
적용 대상
File(Byte[], String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue)
- Source:
- Results.cs
응답에 바이트 배열 콘텐츠를 씁니다.
범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.
이 API는 Bytes(Byte[], String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue)별칭입니다.
public static Microsoft.AspNetCore.Http.IResult File (byte[] fileContents, string? contentType = default, string? fileDownloadName = default, bool enableRangeProcessing = false, DateTimeOffset? lastModified = default, Microsoft.Net.Http.Headers.EntityTagHeaderValue? entityTag = default);
static member File : byte[] * string * string * bool * Nullable<DateTimeOffset> * Microsoft.Net.Http.Headers.EntityTagHeaderValue -> Microsoft.AspNetCore.Http.IResult
Public Shared Function File (fileContents As Byte(), Optional contentType As String = Nothing, Optional fileDownloadName As String = Nothing, Optional enableRangeProcessing As Boolean = false, Optional lastModified As Nullable(Of DateTimeOffset) = Nothing, Optional entityTag As EntityTagHeaderValue = Nothing) As IResult
매개 변수
- fileContents
- Byte[]
파일 내용입니다.
- contentType
- String
파일의 콘텐츠 형식입니다.
- fileDownloadName
- String
제안된 파일 이름입니다.
- enableRangeProcessing
- Boolean
범위 요청 처리를 사용하도록 설정하려면 true
설정합니다.
- lastModified
- Nullable<DateTimeOffset>
파일이 마지막으로 수정된 시점의 DateTimeOffset.
- entityTag
- EntityTagHeaderValue
파일과 연결된 EntityTagHeaderValue.
반환
응답에 대해 만든 IResult.
적용 대상
File(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)
- Source:
- Results.cs
지정된 Stream 응답에 씁니다.
범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.
이 API는 Stream(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)별칭입니다.
public static Microsoft.AspNetCore.Http.IResult File (System.IO.Stream fileStream, string? contentType = default, string? fileDownloadName = default, DateTimeOffset? lastModified = default, Microsoft.Net.Http.Headers.EntityTagHeaderValue? entityTag = default, bool enableRangeProcessing = false);
static member File : System.IO.Stream * string * string * Nullable<DateTimeOffset> * Microsoft.Net.Http.Headers.EntityTagHeaderValue * bool -> Microsoft.AspNetCore.Http.IResult
Public Shared Function File (fileStream As Stream, Optional contentType As String = Nothing, Optional fileDownloadName As String = Nothing, Optional lastModified As Nullable(Of DateTimeOffset) = Nothing, Optional entityTag As EntityTagHeaderValue = Nothing, Optional enableRangeProcessing As Boolean = false) As IResult
매개 변수
- contentType
- String
파일의 콘텐츠 형식입니다.
- fileDownloadName
- String
Content-Disposition
헤더에 사용할 파일 이름입니다.
- lastModified
- Nullable<DateTimeOffset>
파일이 마지막으로 수정된 시점의 DateTimeOffset.
Last-Modified
응답 헤더를 구성하고 조건부 범위 요청을 수행하는 데 사용됩니다.
- entityTag
- EntityTagHeaderValue
ETag
응답 헤더를 구성하고 조건부 요청을 수행할 EntityTagHeaderValue.
- enableRangeProcessing
- Boolean
범위 요청 처리를 사용하도록 설정하려면 true
설정합니다.
반환
응답에 대해 만든 IResult.
설명
fileStream
매개 변수는 응답을 보낸 후 삭제됩니다.