CSharpCodeParser.BaseTypeDirective Method
Indicates the base type directive.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
protected void BaseTypeDirective( string noTypeNameError, Func<string, SpanCodeGenerator> createCodeGenerator )
Parameters
- noTypeNameError
- Type: System.String
The no type name error.
- createCodeGenerator
- Type: System.Func<String, SpanCodeGenerator>
The create code generator.
Show: