RazorComponentResult<TComponent> Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RazorComponentResult<TComponent>() |
Vytvoří instanci objektu RazorComponentResult. |
RazorComponentResult<TComponent>(IReadOnlyDictionary<String,Object>) |
Vytvoří instanci objektu RazorComponentResult. |
RazorComponentResult<TComponent>(Object) |
Vytvoří instanci objektu RazorComponentResult. |
RazorComponentResult<TComponent>()
Vytvoří instanci objektu RazorComponentResult.
public RazorComponentResult ();
Public Sub New ()
Platí pro
RazorComponentResult<TComponent>(IReadOnlyDictionary<String,Object>)
Vytvoří instanci objektu RazorComponentResult.
public RazorComponentResult (System.Collections.Generic.IReadOnlyDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult<'Component (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)> : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult<'Component (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)>
Public Sub New (parameters As IReadOnlyDictionary(Of String, Object))
Parametry
- parameters
- IReadOnlyDictionary<String,Object>
Parametry pro komponentu.
Platí pro
RazorComponentResult<TComponent>(Object)
Vytvoří instanci objektu RazorComponentResult.
public RazorComponentResult (object parameters);
new Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult<'Component (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)> : obj -> Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult<'Component (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)>
Public Sub New (parameters As Object)
Parametry
- parameters
- Object
Parametry pro komponentu.