TransitFactoryLink Method (Uri, String) |
[This is preliminary documentation and is subject to change.]
Namespace: NForza.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntaxpublic static ILink Link(
Uri href,
string rel
)
Parameters
- href
- Type: SystemUri
The href. - rel
- Type: SystemString
The relative.
Return Value
Type:
ILinkAn
ILink instance.
See Also