Click or drag to resize
TransitFactoryLink Method (Uri, String)

[This is preliminary documentation and is subject to change.]

Creates a ILink.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static ILink Link(
	Uri href,
	string rel
)

Parameters

href
Type: SystemUri
The href.
rel
Type: SystemString
The relative.

Return Value

Type: ILink
An ILink instance.
See Also