ContentHelperGetContentLink - метод

Builds a URL to access content.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static string GetContentLink(
	string baseAddress,
	string controllerRoute,
	string methodRoute
)

Параметры

baseAddress  String
The base server address.
controllerRoute  String
The controller route.
methodRoute  String
The method route.

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

String
The constructed URL to access the content.

См. также