Share via


LiteralAttributeCodeGenerator.Prefix 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 prefix of the literal attribute.

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

Property Value

The prefix of the literal attribute.

Applies to