Class BlazorHelper
Namespace: Neon.Blazor
Assembly: Neon.Blazor.dll
Syntax
public static class BlazorHelper
Methods
GeneratePath<T>(params object[])
Generates a Blazor component path from the component type and the parameters.
Declaration
public static string GeneratePath<T>(params object[] values) where T : IComponent
Parameters
| Type | Name | Description |
|---|---|---|
| object[] | values |
Returns
| Type | Description |
|---|---|
| string |
Type Parameters
| Name | Description |
|---|---|
| T |