ContentHelperGetAttachmentContentDisposition - метод
Gets the Content-Disposition header value for an attachment file.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static string GetAttachmentContentDisposition(
string fileName
)
Public Shared Function GetAttachmentContentDisposition (
fileName As String
) As String
public:
static String^ GetAttachmentContentDisposition(
String^ fileName
)
static member GetAttachmentContentDisposition :
fileName : string -> string
- fileName String
- The file name.
StringThe Content-Disposition header value for the file.