Class RadzenGravatar
RadzenGravatar component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenGravatar : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Examples
<RadzenGravatar Email="info@radzen.com" />
Constructors
RadzenGravatar()
RadzenGravatar component.
Declaration
public RadzenGravatar()
Examples
<RadzenGravatar Email="info@radzen.com" />
Properties
AlternateText
Gets or sets the text.
Declaration
[Parameter]
public string AlternateText { get; set; }
Property Value
Type | Description |
---|---|
string | The text. |
Gets or sets the email.
Declaration
[Parameter]
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string | The email. |
Size
Gets or sets the size. Defaulted to 36 (pixels).
Declaration
[Parameter]
public int Size { get; set; }
Property Value
Type | Description |
---|---|
int | The size of the image in pixels. |
Url
Gets gravatar URL.
Declaration
protected string Url { get; }
Property Value
Type | Description |
---|---|
string |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenGravatar component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |