IContentProvider 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.
Provides an abstraction for getting content from storage. This is used by the ContentController and HelpController to serve content.
public interface IContentProvider
type IContentProvider = interface
Public Interface IContentProvider
- Derived
Methods
GetContentStreamAsync(String) |
Get a stream to the content for the given path. If the path is invalid or nothing is found then throw an ArgumentException exception. |