Add()

HttpHeaderValueCollection< System::String >::Add(const String&) method

Adds element into collection.

void System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::Add(const String &item) override

Arguments

ParameterTypeDescription
itemconst String&to add.

See Also