ContentHelperTryGetFileName - метод
Tries to get the file name from the HTTP headers.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public static string? TryGetFileName(
HttpContentHeaders headers
)
Public Shared Function TryGetFileName (
headers As HttpContentHeaders
) As String
public:
static String^ TryGetFileName(
HttpContentHeaders^ headers
)
static member TryGetFileName :
headers : HttpContentHeaders -> string
- headers HttpContentHeaders
A collection of headers and their values as defined in RFC 2616.
StringThe file name, or if not found.