MobileApprovalNotificationSendExtensionBaseCreateLink - метод
Создаёт ссылку (HTML тэг a).
Пространство имён: Tessa.Extensions.Default.Server.Notices.MobileApprovalСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
protected static void CreateLink(
StringBuilder sb,
Action<StringBuilder> createLinkAction,
string caption,
int maxLinkLength = 940
)
Protected Shared Sub CreateLink (
sb As StringBuilder,
createLinkAction As Action(Of StringBuilder),
caption As String,
Optional maxLinkLength As Integer = 940
)
protected:
static void CreateLink(
StringBuilder^ sb,
Action<StringBuilder^>^ createLinkAction,
String^ caption,
int maxLinkLength = 940
)
static member CreateLink :
sb : StringBuilder *
createLinkAction : Action<StringBuilder> *
caption : string *
?maxLinkLength : int
(* Defaults:
let _maxLinkLength = defaultArg maxLinkLength 940
*)
-> unit
Параметры
- sb StringBuilder
Represents a mutable string of characters. This class cannot be inherited.
- createLinkAction ActionStringBuilder
- Метод, выполняющий построение адреса ссылки.
- caption String
- Текст ссылки.
- maxLinkLength Int32 (Optional)
- Максимальная длина адреса.