CustomSectionEmptyCollection.aspx 359 B

12345678910111213141516
  1. <%@ Page Language="C#" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title>Command</title>
  6. <script runat="server">
  7. void Page_Load ()
  8. {
  9. ConfigurationManager.GetSection ("GauntletSafeTags");
  10. }
  11. </script>
  12. </head>
  13. <body>
  14. </body>
  15. </html>