ContentHelper - класс

Helper class for content-related operations.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static class ContentHelper
Inheritance
Object    ContentHelper

Методы

GetAttachmentContentDisposition Gets the Content-Disposition header value for an attachment file.
GetContentID Forms a content identifier from its parts.
GetContentLink Builds a URL to access content.
GetGuidContentID Forms a content identifier from a Guid.
GetMethodRoute Builds the method route to access content.
ParseContentID Splits a content identifier into its parts.
TryGetFileName Tries to get the file name from the HTTP headers.
TryParseContentID Attempts to split a content identifier into its parts.
TryParseGuidContentID Attempts to extract a single Guid from a content identifier.

Поля

ActionHistoryContentIDKey The key for storing the content identifier in an action history record.
ActionHistoryContentTypeKey The key for storing the content type in an action history record.
TokenKey The key for the content access token.
UserIDKey The key for the user identifier.

См. также