ContentHelperGetMethodRoute - метод

Builds the method route to access content.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static string GetMethodRoute(
	string type,
	string contentID,
	string? token = null,
	Dictionary<string, string?>? parameters = null
)

Параметры

type  String
The content type.
contentID  String
The content identifier.
token  String  (Optional)
The content access token (optional).
parameters  DictionaryString, String  (Optional)
An additional query parameters (optional).

Возвращаемое значение

String
The constructed method route to access the content.

См. также