CSharpCodeParser.SessionStateTypeDirective Method

Definition

Indicates the directive for session state type.

protected void SessionStateTypeDirective (string noValueError, Func<string,string,System.Web.Razor.Generator.SpanCodeGenerator> createCodeGenerator);
member this.SessionStateTypeDirective : string * Func<string, string, System.Web.Razor.Generator.SpanCodeGenerator> -> unit
Protected Sub SessionStateTypeDirective (noValueError As String, createCodeGenerator As Func(Of String, String, SpanCodeGenerator))

Parameters

noValueError
String

The no value error.

createCodeGenerator
Func<String,String,SpanCodeGenerator>

The create code generator.

Applies to