ITemplateServiceProvider 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.
Important
This API is not CLS-compliant.
Provides an abstraction for providing a fully initialized RazorEngine.Templating.ITemplateService instance for generating Razor views using Razor Engine.
[System.CLSCompliant(false)]
public interface ITemplateServiceProvider
[<System.CLSCompliant(false)>]
type ITemplateServiceProvider = interface
Public Interface ITemplateServiceProvider
- Derived
- Attributes
Methods
GetTemplateService() |
Gets the RazorEngine.Templating.ITemplateService which will be used to resolve template views. |