ContentHelperTryGetFileName - метод

Tries to get the file name from the HTTP headers.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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.

См. также