Click or drag to resize
TextEditorGetUrl Method
获取通过编辑器加载 path 所指文本文档的访问链接 (该方法用于相同设置多次获取不同文本文档的编辑链接时)

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public string GetUrl(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: String
See Also