M_Cyjb_Markdown_Syntax_Emoji_RegisterCustomEmoji - CYJB/Cyjb.Markdown GitHub Wiki
注册指定的自定义表情符号。
Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
public static void RegisterCustomEmoji(
string code,
string url
)
- code
- Type: System.String
表情符号的代码。 - url
- Type: System.String
表情符号的链接。
| 异常 | 条件 |
|---|---|
| ArgumentNullException |
code 或 url 为 null。 |
| ArgumentException |
code 包含 :。 |