[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragmentCollection.FindByObjectName

FindByObjectName Method

FindByObjectName(string)

Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified Name.

Declaration
public RenderFragment FindByObjectName(string renderObjectName)
Parameters
Type Name Description
string renderObjectName

The name to search for.

Returns
Type Description
RenderFragment

The fragment that was produced by the object with the specified name, or null if it was not found.