| GetPaginationAppendQuery Property |
获取所添加的新查询串值
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxprotected virtual NameValueCollection AppendQuery { get; set; }Protected Overridable Property AppendQuery As NameValueCollection
Get
Set
protected:
virtual property NameValueCollection^ AppendQuery {
NameValueCollection^ get ();
void set (NameValueCollection^ value);
}abstract AppendQuery : NameValueCollection with get, set
override AppendQuery : NameValueCollection with get, set
Property Value
Type:
NameValueCollection
See Also