1 type derived from RazorComponentResult
Microsoft.AspNetCore.Components.Endpoints (1)
Results\RazorComponentResultOfT.cs (1)
14
:
RazorComponentResult
where TComponent: IComponent
7 references to RazorComponentResult
Microsoft.AspNetCore.Components.Endpoints (7)
Results\RazorComponentResult.cs (3)
22
/// Constructs an instance of <see cref="
RazorComponentResult
"/>.
31
/// Constructs an instance of <see cref="
RazorComponentResult
"/>.
43
/// Constructs an instance of <see cref="
RazorComponentResult
"/>.
Results\RazorComponentResultExecutor.cs (1)
22
public static Task ExecuteAsync(HttpContext httpContext,
RazorComponentResult
result)
Results\RazorComponentResultOfT.cs (3)
17
/// Constructs an instance of <see cref="
RazorComponentResult
"/>.
24
/// Constructs an instance of <see cref="
RazorComponentResult
"/>.
33
/// Constructs an instance of <see cref="
RazorComponentResult
"/>.