Share via


LiteralAttributeCodeGenerator Constructors

Definition

Overloads

LiteralAttributeCodeGenerator(LocationTagged<String>, LocationTagged<String>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. . Initializes a new instance of the LiteralAttributeCodeGenerator class.

LiteralAttributeCodeGenerator(LocationTagged<String>, LocationTagged<SpanCodeGenerator>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. . Initializes a new instance of the LiteralAttributeCodeGenerator class.

LiteralAttributeCodeGenerator(LocationTagged<String>, LocationTagged<String>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. . Initializes a new instance of the LiteralAttributeCodeGenerator class.

public LiteralAttributeCodeGenerator (System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.LocationTagged<string> value);
new System.Web.Razor.Generator.LiteralAttributeCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.LocationTagged<string> -> System.Web.Razor.Generator.LiteralAttributeCodeGenerator
Public Sub New (prefix As LocationTagged(Of String), value As LocationTagged(Of String))

Parameters

prefix
LocationTagged<String>

The prefix of the literal attribute.

value
LocationTagged<String>

The value of the literal attribute.

Applies to

LiteralAttributeCodeGenerator(LocationTagged<String>, LocationTagged<SpanCodeGenerator>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. . Initializes a new instance of the LiteralAttributeCodeGenerator class.

public LiteralAttributeCodeGenerator (System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.LocationTagged<System.Web.Razor.Generator.SpanCodeGenerator> valueGenerator);
new System.Web.Razor.Generator.LiteralAttributeCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.LocationTagged<System.Web.Razor.Generator.SpanCodeGenerator> -> System.Web.Razor.Generator.LiteralAttributeCodeGenerator
Public Sub New (prefix As LocationTagged(Of String), valueGenerator As LocationTagged(Of SpanCodeGenerator))

Parameters

prefix
LocationTagged<String>

The prefix of the literal attribute.

valueGenerator
LocationTagged<SpanCodeGenerator>

The value generator for the literal attribute.

Applies to