C# Класс CkanDotNet.Web.Controllers.WidgetController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
BrowsePackages ( ) : System.Web.Mvc.ActionResult

Provides a view of features packages that have recently bee updated in the repository group. Return the three most recently updated packages in the group.

FeaturedPackages ( ) : System.Web.Mvc.ActionResult

Provides a view of features packages in the repository group. Featured packages are those that are tagged with "featured".

PackageCount ( ) : System.Web.Mvc.ActionResult

Provides a view of the top 10 tags in the repository group

PopularTags ( ) : System.Web.Mvc.ActionResult

Provides a view of the top 10 tags in the repository group

RecentlyUpdated ( ) : System.Web.Mvc.ActionResult

Provides a view of features packages that have recently bee updated in the repository group. Return the three most recently updated packages in the group.

Описание методов

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

Provides a view of features packages that have recently bee updated in the repository group. Return the three most recently updated packages in the group.
public BrowsePackages ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

Provides a view of features packages in the repository group. Featured packages are those that are tagged with "featured".
public FeaturedPackages ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

Provides a view of the top 10 tags in the repository group
public PackageCount ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

Provides a view of the top 10 tags in the repository group
public PopularTags ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

Provides a view of features packages that have recently bee updated in the repository group. Return the three most recently updated packages in the group.
public RecentlyUpdated ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult