2 references to Get
System.Web (2)
Abstractions\HttpFileCollectionWrapper.cs (1)
89HttpPostedFile file = _collection.Get(name);
HttpFileCollection.cs (1)
168get { return Get(name);}