HttpValueCollection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I try to use HttpValueCollection,
got error:
System.Web.HttpValueCollection' is inaccessible due to its protection level
How to fix it?
Can someone help me? Thanks.
 
How to fix it?

By not using it; it isn't a public class, so isn't part of the public
API offered by System.Web.dll. NameValueCollection might offer much of
what you want... what exactly are you after?

Marc
 
Hi, I try to use HttpValueCollection,
got error:
System.Web.HttpValueCollection' is inaccessible due to its protection level
How to fix it?
Can someone help me? Thanks.

Hi,

What are you trying to do?

First time I see that class
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top