|
Class Summary |
| CalendarTag |
A custom tag that outputs a calendar control. |
| IsAuthenticatedTag |
A custom tag that includes its body content if the current user
has been authenticated. |
| IsAuthorisedForBlogTag |
A custom tag that includes its body content if the current is authorised for
the given blog. |
| IsBlogAdminOrBlogOwnerTag |
A custom tag that includes its body content if the current user belongs to
the blog admin or blog owner roles for the blog. |
| IsBlogAdminTag |
A custom tag that includes its body content if the current user belongs to
the "pebble admin" role for the blog. |
| IsBlogContributorTag |
A custom tag that includes its body content if the current user belongs to
the "blog contributor" role for the blog. |
| IsBlogOwnerTag |
A custom tag that includes its body content if the current user belongs to
the "blog owner" role for the blog. |
| IsBlogPublisherTag |
A custom tag that includes its body content if the current user belongs to
the "blog publisher" role for the blog. |
| IsNotAuthenticatedTag |
A custom tag that includes its body content if the current user
has not been authenticated. |
| NewsFeedReaderTag |
Gets entries for the specified news feed. |
| SelectTag |
Given a Collection or array, this tag produces a HTML select (dropdown) list
based upon the items contained within. |