Is there a ASPX/ASCX parser/object model

Posted by Michael Stoll on Stack Overflow See other posts from Stack Overflow or by Michael Stoll
Published on 2010-04-14T19:03:36Z Indexed on 2010/04/14 19:13 UTC
Read the original article Hit count: 302

Filed under:
|

Hi,

are there any resources concerning an ASPX file parser and object model?

I'm trying to read, modify an write ASPX and ASCX files. I tried SGMLReader/XmlDocument, but this does not accept the "<% ... %>" statements.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about parser