IContentProvider Interface

 

Provides an abstraction for getting content from storage. This is used by the ContentController and HelpController to serve content.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Content
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public interface class IContentProvider

NameDescription
System_CAPS_pubmethodGetContentStreamAsync(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.

Return to top
Show: