RenderTreeBuilder.AddComponentParameter(Int32, String, Object) Method

Definition

Appends a frame representing a component parameter.

public void AddComponentParameter (int sequence, string name, object? value);
member this.AddComponentParameter : int * string * obj -> unit
Public Sub AddComponentParameter (sequence As Integer, name As String, value As Object)

Parameters

sequence
Int32

An integer that represents the position of the instruction in the source code.

name
String

The name of the attribute.

value
Object

The value of the attribute.

Applies to