ApiTemplate<TModel> Class
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.
[System.CLSCompliant(false)]
public abstract class ApiTemplate<TModel> : RazorEngine.Templating.TemplateBase<TModel>
[<System.CLSCompliant(false)>]
type ApiTemplate<'Model> = class
inherit TemplateBase<'Model>
Public MustInherit Class ApiTemplate(Of TModel)
Inherits TemplateBase(Of TModel)
Type Parameters
- TModel
- Inheritance
-
RazorEngine.Templating.TemplateBase<TModel>ApiTemplate<TModel>
- Attributes
Constructors
ApiTemplate<TModel>() |
Properties
Request | |
RequestContext | |
Url |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET