JavaScriptCollection.Remove

JavaScriptCollection.Remove method

Removes JavaScript by its name.

public bool Remove(string key)
ParameterTypeDescription
keyStringKey value.

Return Value

True - if javascript removed; otherwise, false.

See Also