UseMetadata

UseMetadata

When a Resolver returns this class or an instance of it, the LinkService will fall back to using the metadata resolver to handle the request.

This is useful for falling back to default behavior for pages that don't contain a site's normal content, such as help pages, documentation, etc.

Constructor

new UseMetadata()

Source:
Example
return UseMetadata;