I want tho set the Meta Description if it is empty.
Whith this I can change the text of the description:
pageView.Meta.MetaTags.Remove("Description");
pageView.Meta.MetaTags.Add("Description", "text");
But before I change it I need to know if it's empty.Whith this I can change the text of the description:
pageView.Meta.MetaTags.Remove("Description");
pageView.Meta.MetaTags.Add("Description", "text");
Where can I see if there is a description?