Retrieves a view descriptor by path.

public abstract ValueTask<ViewDescriptor> GetViewDescriptorByPathAsync(string viewPath)
Returns:
ValueTask<ViewDescriptor>

Parameters

viewPath string

The view path.

In this article