/ Published in: C#
Expand |
Embed | Plain Text
public string [Method] { get { return FormField.Property; } set { FormField.Property = value; } } Meta Tags in master: <meta name="Description" content="" id="MetaDescription" runat="server" /> public string MetaDesc { get { return MetaDescription.ToString(); } set { MetaDescription.Content = value; } } in aspx: <%@ MasterType VirtualPath="~/MasterPages/MasterPage.master" %> in aspx.cs: Master.MetaDesc = "";
You need to login to post a comment.
