GeneratedClassContext.DefaultExecuteMethodName Field
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Defines the default name of the execute method.
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Shared ReadOnly DefaultExecuteMethodName As String
'Usage
Dim value As String
value = GeneratedClassContext.DefaultExecuteMethodName
public static readonly string DefaultExecuteMethodName
public:
static initonly String^ DefaultExecuteMethodName
static val DefaultExecuteMethodName: string
public static final var DefaultExecuteMethodName : String