使用例
コードビハインド定義
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#