[]
Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified Name.
public RenderFragment FindByObjectName(string renderObjectName)
Type | Name | Description |
---|---|---|
string | renderObjectName | The name to search for. |
Type | Description |
---|---|
RenderFragment | The fragment that was produced by the object with the specified name, or null if it was not found. |