Example #1
0
        public void AddNoIndexAndNoFollowMetaTag()
        {
            if (MetaIncludesPlaceHolder == null)
            {
                return;
            }

            StateBag bag = new StateBag();

            bag.Add("name", "robots");
            bag.Add("content", "noindex, nofollow");

            WebFormHelper.AddMetaTag(new AttributeCollection(bag), MetaIncludesPlaceHolder);
        }