GeneratedClassContext.WriteAttributeMethodName 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 that writes an attribute.
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Property WriteAttributeMethodName As String
Get
Set
'Usage
Dim instance As GeneratedClassContext
Dim value As String
value = instance.WriteAttributeMethodName
instance.WriteAttributeMethodName = value
public string WriteAttributeMethodName { get; set; }
public:
property String^ WriteAttributeMethodName {
String^ get ();
void set (String^ value);
}
member WriteAttributeMethodName : string with get, set
function get WriteAttributeMethodName () : String
function set WriteAttributeMethodName (value : String)
Property Value
Type: System.String
The name of the method that writes an attribute.