- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="FormContent.aspx.cs" Inherits="Work_FormContent" %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>内容</title>
- </head>
- <body>
- <%=ContentStr %>
- </body>
- </html>