| LayoutLoader Constructor |
Creates a new LayoutManager with specified Uniform Resource
Identifier (uri).
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public LayoutLoader(
string uri
)
Public Sub New (
uri As String
)
Parameters
- uri
- Type: SystemString
The LayoutManager Uniform Resource Identifier.
Remarks
The uri must contain at least one occurrence of
the special placeholder "*". Before a Layout is downloaded, all
occurrences of this placeholder are replaced with the name of this
Layout. In this way the resulting URI gets targeted specifically to
the required Layout.
See Also