GeneratedClassContext.EndContextMethodName Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the method after the generated context.
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Property EndContextMethodName As String
Get
Set
'Usage
Dim instance As GeneratedClassContext
Dim value As String
value = instance.EndContextMethodName
instance.EndContextMethodName = value
public string EndContextMethodName { get; set; }
public:
property String^ EndContextMethodName {
String^ get ();
void set (String^ value);
}
member EndContextMethodName : string with get, set
function get EndContextMethodName () : String
function set EndContextMethodName (value : String)
Property Value
Type: System.String
The name of the method after the generated context.