AttributeBlockCodeGenerator.Prefix Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the prefix of the code generator.
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Property Prefix As LocationTagged(Of String)
Get
Private Set
'Usage
Dim instance As AttributeBlockCodeGenerator
Dim value As LocationTagged(Of String)
value = instance.Prefix
public LocationTagged<string> Prefix { get; private set; }
public:
property LocationTagged<String^>^ Prefix {
LocationTagged<String^>^ get ();
private: void set (LocationTagged<String^>^ value);
}
member Prefix : LocationTagged<string> with get, private set
function get Prefix () : LocationTagged<String>
private function set Prefix (value : LocationTagged<String>)
Property Value
Type: System.Web.Razor.Text.LocationTagged<String>
The prefix of the code generator.