Cake.Web.Core.Content.Blog.BlogIndex.GetBlogPosts C# (CSharp) Метод

GetBlogPosts() публичный Метод

public GetBlogPosts ( ) : IReadOnlyList
Результат IReadOnlyList
        public IReadOnlyList<BlogPost> GetBlogPosts()
        {
            return _posts;
        }

Same methods

BlogIndex::GetBlogPosts ( string category, string author, int year, int month ) : IReadOnlyList