Click or drag to resize
AkPageReplaceTag Method (HtmlContainerControl, String, String, Object)
替换控件中 {类型.属性} 格式的标签。

忽略标签的大小写。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void ReplaceTag(
	HtmlContainerControl ctl,
	string typeName,
	string pattern,
	Object replacement
)

Parameters

ctl
Type: System.Web.UI.HtmlControlsHtmlContainerControl
控件。
typeName
Type: SystemString
类型名称。
pattern
Type: SystemString
要匹配的标签中的属性名称。
replacement
Type: SystemObject
替换数据。
See Also