See http://www.iana.org/assignments/link-relations.html.
- Namespace
- Statiq
.Feeds .Syndication .Atom - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["AtomLinkRelation"]
class Type type-node
Syntax
public enum AtomLinkRelation
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| Alternate | AtomLinkRelation | 1 |
static
|
| Current | AtomLinkRelation | 2 |
static
|
| Edit | AtomLinkRelation | 4 |
static
|
| EditMedia | AtomLinkRelation | 5 |
static
|
| Enclosure | AtomLinkRelation | 3 |
static
|
| First | AtomLinkRelation | 6 |
static
|
| Last | AtomLinkRelation | 7 |
static
|
| License | AtomLinkRelation | 8 |
static
|
| Next | AtomLinkRelation | 9 |
static
|
| NextArchive | AtomLinkRelation | 10 |
static
|
| None | AtomLinkRelation | 0 |
static
|
| Payment | AtomLinkRelation | 11 |
static
|
| PrevArchive | AtomLinkRelation | 13 |
static
|
| Previous | AtomLinkRelation | 12 |
static
|
| Related | AtomLinkRelation | 14 |
static
|
| Replies | AtomLinkRelation | 15 |
static
|
| Self | AtomLinkRelation | 16 |
static
|
| Via | AtomLinkRelation | 17 |
static
|