프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AtomLink ( ) : System | ||
AtomLink ( |
Create ATOM link from absolute or relative URI.
|
|
AtomLink ( |
Create ATOM link from base URI and path.
|
|
AtomLink ( string href, string relationType, MediaType mediaType, string title ) : System |
Create ATOM link from relative path or absolute URI.
|
|
RegisterContext ( ISession session, |
public AtomLink ( |
||
href | ||
relationType | string | |
mediaType | MediaType | |
title | string | |
리턴 | System |
public AtomLink ( |
||
baseUrl | Base URI - can be null | |
href | string | |
relationType | string | |
mediaType | MediaType | |
title | string | |
리턴 | System |
public AtomLink ( string href, string relationType, MediaType mediaType, string title ) : System | ||
href | string | |
relationType | string | |
mediaType | MediaType | |
title | string | |
리턴 | System |
public RegisterContext ( ISession session, |
||
session | ISession | |
baseUrl | ||
리턴 | void |