code to set legacy mode in webconfig file through c#.net
how to set the <xhtmlConformance mode="legacy"/>
tag in web.config as "strict" using the codes in c#.net 开发者_Python百科for an asp.net webaplication
Gonna have to go with Mitch on this one... "What?" If you are asking how to get at this value programmatically... You did try Google first, right?
System.Web.Configuration.XhtmlConformanceMode
精彩评论