Class RadzenGravatar
RadzenGravatar component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenGravatar : RadzenComponent, IDisposable
Examples
<RadzenGravatar Email="info@radzen.com" />
Properties
AlternateText
Gets or sets the text.
Declaration
public string AlternateText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Gets or sets the email.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String | The email. |
Url
Gets gravatar URL.
Declaration
protected string Url { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable