CSharpCodeParser::SessionStateTypeDirective Method
Indicates the directive for session state type.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
protected: void SessionStateTypeDirective( String^ noValueError, Func<String^, String^, SpanCodeGenerator^>^ createCodeGenerator )
Parameters
- noValueError
- Type: System::String
The no value error.
- createCodeGenerator
- Type: System::Func<String, String, SpanCodeGenerator>
The create code generator.
Show: