ITemplateServiceProvider Interface

 

Provides an abstraction for providing a fully initialized ITemplateService instance for generating Razor views using Razor Engine.

This API is not CLS-compliant.

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

[<CLSCompliantAttribute(false)>]
type ITemplateServiceProvider = interface end

NameDescription
System_CAPS_pubmethodGetTemplateService()

Gets the ITemplateService which will be used to resolve template views.

Return to top
Show: