App_Code.Controls.CategoryList.CategoryList C# (CSharp) Method

CategoryList() static private method

Initializes static members of the CategoryList class.
static private CategoryList ( ) : System
return System
        static CategoryList()
        {
            Post.Saved += (sender, args) => blogsHtml.Remove(Blog.CurrentInstance.Id);
            Category.Saved += (sender, args) => blogsHtml.Remove(Blog.CurrentInstance.Id);
        }