ISpanCodeGenerator Interface
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a phase of the code generator.
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Interface ISpanCodeGenerator
'Usage
Dim instance As ISpanCodeGenerator
public interface ISpanCodeGenerator
public interface class ISpanCodeGenerator
type ISpanCodeGenerator = interface end
public interface ISpanCodeGenerator
The ISpanCodeGenerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GenerateCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the data model with the specified target and context. |
Top