Retrieves a view descriptor by id.
public abstract ValueTask<ViewDescriptor> GetViewDescriptorAsync(string viewId)
- Returns:
- ValueTask<ViewDescriptor>
Parameters
viewId
string
The id of the view.
Retrieves a view descriptor by id.
public abstract ValueTask<ViewDescriptor> GetViewDescriptorAsync(string viewId)
The id of the view.