Method | Description | |
---|---|---|
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.
|
public BrowsePackages ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public FeaturedPackages ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PackageCount ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PopularTags ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public RecentlyUpdated ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |