Click or drag to resize

MvValueAsHRef Method

Converts to HRef.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual HRef AsHRef(
	bool direct = false,
	HRef def = default
)

Parameters

direct (Optional)
Type: SystemBoolean
If true, an exact type match is required.
def (Optional)
Type: RW.Server.ComponentHRef
The default result.

Return Value

Type: HRef
If the match is exact, the contained value.
See Also