IContentProvider Interface
Provides an abstraction for getting content from storage. This is used by the ContentController and HelpController to serve content.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
| 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. |
Show: