IApiEndpointMetadata Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metadata that indicates the endpoint is an API intended for programmatic access rather than direct browser navigation. When present, authentication handlers should prefer returning status codes over browser redirects.
public interface IApiEndpointMetadata
type IApiEndpointMetadata = interface
Public Interface IApiEndpointMetadata
- Derived