| DefaultTemplateCreateButton Method (String, String) |
创建按钮
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic virtual string CreateButton(
string href,
string text
)
Public Overridable Function CreateButton (
href As String,
text As String
) As String
public:
virtual String^ CreateButton(
String^ href,
String^ text
)
abstract CreateButton :
href : string *
text : string -> string
override 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.DefaultTemplate.CreateButton(System.String,System.String)"]
Implements
ITemplateCreateButton(String, String)
See Also