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