Get info about Http Post field order

Posted by Eugene on Stack Overflow See other posts from Stack Overflow or by Eugene
Published on 2010-05-17T12:43:18Z Indexed on 2010/05/17 12:50 UTC
Read the original article Hit count: 147

Filed under:
|

Is it possible to get information about post field order in ASP.NET? I need to know whether some field was the last one or not.

I know I can do it through Request.InputStream, but I’m looking for a more high level solution without manually stream parsing.

Generally I’m doing testing of http post sent by my application and there is no practical usage for this in ASP.NET.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about post