AttributeCollectionAdd Method |
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void Add(
string key,
string value
)
Public Sub Add (
key As String,
value As String
)
public:
void Add(
String^ key,
String^ value
)
member Add :
key : string *
value : string -> unit
Parameters
- key
- Type: SystemString
- value
- Type: SystemString
See Also