Share via


LiteralAttributeCodeGenerator.Value Property

Definition

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.

public System.Web.Razor.Text.LocationTagged<string> Value { get; }
member this.Value : System.Web.Razor.Text.LocationTagged<string>
Public ReadOnly Property Value As LocationTagged(Of String)

Property Value

The value of the literal attribute.

Applies to