Share via


AttributeValue Constructor

Definition

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

public AttributeValue (System.Web.WebPages.Instrumentation.PositionTagged<string> prefix, System.Web.WebPages.Instrumentation.PositionTagged<object> value, bool literal);
new System.Web.WebPages.AttributeValue : System.Web.WebPages.Instrumentation.PositionTagged<string> * System.Web.WebPages.Instrumentation.PositionTagged<obj> * bool -> System.Web.WebPages.AttributeValue
Public Sub New (prefix As PositionTagged(Of String), value As PositionTagged(Of Object), literal As Boolean)

Parameters

prefix
PositionTagged<String>

The namespace prefix for the attribute.

value
PositionTagged<Object>

The value for the attribute.

literal
Boolean

true to indicate that the value is a literal value; otherwise, false.

Applies to