Share via


LiteralAttributeCodeGenerator.Value Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the value of the literal attribute.

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

Syntax

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

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

Property Value

Type: System.Web.Razor.Text.LocationTagged<String>
The value of the literal attribute.

See Also

Reference

LiteralAttributeCodeGenerator Class

System.Web.Razor.Generator Namespace