ContentHelperTryGetFileName - метод

Tries to get the file name from the HTTP headers.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public static string? TryGetFileName(
	HttpContentHeaders headers
)

Параметры

headers  HttpContentHeaders
A collection of headers and their values as defined in RFC 2616.

Возвращаемое значение

String
The file name, or if not found.

См. также