| ITemplateCreateButton Method |
创建按钮
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxstring CreateButton(
string href,
string text
)
Function CreateButton (
href As String,
text As String
) As String
String^ CreateButton(
String^ href,
String^ text
)
abstract CreateButton :
href : string *
text : string -> string
Parameters
- href
- Type: SystemString
链接地址 - text
- Type: SystemString
显示文字
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.Web.Pagination.ITemplate.CreateButton(System.String,System.String)"]
See Also