AttributeCollectionRemove Method |
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Remove(
string key
)
Public Sub Remove (
key As String
)
public:
void Remove(
String^ key
)
member Remove :
key : string -> unit
Parameters
- key
- Type: SystemString
See Also