示例用法
定义背后的代码
public string srTitle = "";
public string srDescription = "";
public string srKeywords = "";
aspx 页面使用情况
<title><%=srTitle %></title>
<meta name="keywords" content="<%=srKeywords %>" />
<meta name="description" content="<%=srDescription %>" />
这种用法正确吗?还有其他更好,有效或等方式吗?
谢谢
ASP.NET 4,C#