PFImagesHtmlHelperGetTwoLettersIcon Method |
Gets a two letters icon.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public static Html GetTwoLettersIcon(
string twoLetters,
string color = "#fff",
string backColor = "#666"
)
Parameters
- twoLetters
- Type: SystemString
The two letters. - color (Optional)
- Type: SystemString
The font color. - backColor (Optional)
- Type: SystemString
The back color.
Return Value
Type:
Html"i" tag
See Also