System.Web.XmlSiteMapProvider.PutInCollection C# (CSharp) Méthode

PutInCollection() private méthode

private PutInCollection ( string name, string value, NameValueCollection &coll ) : void
name string
value string
coll NameValueCollection
Résultat void
		void PutInCollection (string name, string value, ref NameValueCollection coll)
		{
			PutInCollection (name, null, value, ref coll);
		}
		

Same methods

XmlSiteMapProvider::PutInCollection ( string name, string classKey, string value, NameValueCollection &coll ) : void