HtmlHelper. # :
namespace ExtensionHandlers
{
public static class MetaTags
{
public static string GetMetaTags(this HtmlHelper html)
{
#if DEBUG
return string1;
#else
return string2;
#endif
}
}
}
ascx :
<%@ Import Namespace="ExtensionHandlers" %>
, , , :
<%= Html.GetMetaTags() %>
: , , . .