 | IconFlagPath Method |
Gets the path to the national flag icon by the specified two-letter ISO country code.
Namespace: Dynamicweb.UI.Controls.IconsAssembly: Dynamicweb.UI.Controls (in Dynamicweb.UI.Controls.dll) Version: 1.10.0
Syntaxpublic static string FlagPath(
string countryCode,
IconSize size
)
Public Shared Function FlagPath (
countryCode As String,
size As IconSize
) As String
Parameters
- countryCode
- Type: SystemString
Two-letter ISO country code. - size
- Type: Dynamicweb.UI.Controls.IconsIconSize
Icon size.
Return Value
Type:
String
Remarks
See Also