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

public string WriteAttributeMethodName { get; set; }

Property Value

Type: System.String
The name of the method that writes an attribute.

See Also

Reference

GeneratedClassContext Structure

System.Web.Razor.Generator Namespace