| ScriptBundleContent Constructor |
Creates a new script bundle content
Namespace:
SanteDB.Core.Applets
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax public ScriptBundleContent(
string href
)
Public Sub New (
href As String
)
public:
ScriptBundleContent(
String^ href
)
new :
href : string -> ScriptBundleContent
Parameters
- href
- Type: SystemString
[Missing <param name="href"/> documentation for "M:SanteDB.Core.Applets.ScriptBundleContent.#ctor(System.String)"]
See Also