The location where the serving takes place
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum ServingLocation
Public Enumeration ServingLocation
public enum class ServingLocation
Members
| Member | Description |
|---|---|
| None | Is used to indicate that a location hasn't been chosen. |
| SinglePost | Is used when a single post is served from post.aspx. |
| PostList | Is used when multiple posts are served using postlist.ascx. |
| SinglePage | Is used when a single page is displayed on page.aspx. |
| Feed | Is used when content is served from a feed (RSS or ATOM). |
| Other | Is used when content is served on a custom location. |
See Also
BlogEngine.Core Namespace