AttributeValue Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.