6 references to Title
System.Web (6)
SiteMapNode.cs (4)
415SiteMapNode newNode = new SiteMapNode(_provider, Key, Url, Title, Description, newRoles, newAttributes, newResourceKeys, _resourceKey); 539return Title; 611return Title; 627return Title;
UI\WebControls\SiteMapPath.cs (2)
581currentNodeLiteral.Text = node.Title; 601link.Text = HttpUtility.HtmlEncode(node.Title);