Share via


LiteralAttributeCodeGenerator.ValueGenerator 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 generator for the literal attribute.

public System.Web.Razor.Text.LocationTagged<System.Web.Razor.Generator.SpanCodeGenerator> ValueGenerator { get; }
member this.ValueGenerator : System.Web.Razor.Text.LocationTagged<System.Web.Razor.Generator.SpanCodeGenerator>
Public ReadOnly Property ValueGenerator As LocationTagged(Of SpanCodeGenerator)

Property Value

The value generator for the literal attribute.

Applies to