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: