IconStringValue Property

Gets or sets the value whose hash will be used as base for the icon.
public string StringValue { get; set; }

Property Value

String

Examples

In this example a static identicon is displayed on the page.
XML
<jdenticon:Icon runat="server" StringValue="Example" Size="60" />

See Also

Reference