TemplateServiceProvider::CreateTemplateResolver Method (IContentProvider^)

 

Create a new ITemplateService resolver delegate which is called by the TemplateService for resolving views.

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

protected:
virtual Func<String^, String^>^ CreateTemplateResolver(
	IContentProvider^ contentProvider
)

Parameters

contentProvider
Type: Microsoft.WindowsAzure.Mobile.Service.Content::IContentProvider^

The IContentProvider to use to retrieve the content.

Return Value

Type: System::Func<String^, String^>^

Returns a Func<T, TResult> which is used to resolve views.

Return to top
Show: