Share via


AttributeBlockCodeGenerator.Suffix Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the suffix for the code generator.

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property Suffix As LocationTagged(Of String)
    Get 
    Private Set
'Usage
Dim instance As AttributeBlockCodeGenerator 
Dim value As LocationTagged(Of String)

value = instance.Suffix
public LocationTagged<string> Suffix { get; private set; }
public:
property LocationTagged<String^>^ Suffix {
    LocationTagged<String^>^ get ();
    private: void set (LocationTagged<String^>^ value);
}
member Suffix : LocationTagged<string> with get, private set
function get Suffix () : LocationTagged<String>
private function set Suffix (value : LocationTagged<String>)

Property Value

Type: System.Web.Razor.Text.LocationTagged<String>
The suffix for the code generator.

See Also

Reference

AttributeBlockCodeGenerator Class

System.Web.Razor.Generator Namespace