ContentHelperTryGetFileName - метод
Tries to get the file name from the HTTP headers.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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.