Click or drag to resize

WwwServiceBehaviorGetDynamic Method

Get dynamically generated HTML which is a combination of any declared collection of assets across all applets installed in the context

Namespace: SanteDB.Rest.WWW
Assembly: SanteDB.Rest.WWW (in SanteDB.Rest.WWW.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public Stream GetDynamic(
	string dynamicCollectionName
)

Parameters

dynamicCollectionName  String
The dynamic collection range

Return Value

Stream
The combined HTML

Implements

IWwwServiceContractGetDynamic(String)
See Also