Click or drag to resize
DefaultTemplateCreateButton Method (String, String)
创建按钮

Namespace: Adf.Web.Pagination
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public virtual string CreateButton(
	string href,
	string text
)

Parameters

href
Type: SystemString
链接地址
text
Type: SystemString
显示文字

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Web.Pagination.DefaultTemplate.CreateButton(System.String,System.String)"]

Implements

ITemplateCreateButton(String, String)
See Also