ContentHelperTryGetFileName - метод

Tries to get the file name from the HTTP headers.

Definition

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

См. также