Skip to content

M_Cyjb_Markdown_Syntax_Link__ctor_1

CYJB edited this page Feb 1, 2024 · 2 revisions

Link 构造函数 (Boolean, String, String, TextSpan)

使用指定的 URL、标题和文本范围初始化 Link 类的新实例。

Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984

语法

C#

public Link(
	bool isImage,
	string url,
	string? title = null,
	<a href="https://github.com/CYJB/Cyjb/wiki/T_Cyjb_Text_TextSpan" target="_blank" rel="noopener noreferrer">Cyjb.Text.TextSpan</a> span = default
)

参数

 

isImage
Type: System.Boolean
是否是图片。
url
Type: System.String
链接的 URL。
title (Optional)
Type: System.String
链接的标题。
span (Optional)
Type: Cyjb.Text.TextSpan
文本的范围。

参见

Reference

Link 类
Link 重载
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally