Click or drag to resize

HRef Structure

Represents an hyper-reference.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public struct HRef
Remarks

A hyper-reference is a sort of hypertext link that identifies a view on a given Server object.

Most often, the hyper reference is defined in the view description:

view DomainView:
...
subscribe Line:
    represent MatrixItem item:
        HyperRef label = { LineView, "..." };
        HyperRef inputNode = { input->NodeView, input.name };

See Also