AttributeValue(String, Object, Boolean) 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.
public:
AttributeValue(System::String ^ prefix, System::Object ^ value, bool literal);
public AttributeValue (string prefix, object value, bool literal);
new Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue : string * obj * bool -> Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue
Public Sub New (prefix As String, value As Object, literal As Boolean)
Parameters
- prefix
- String
- value
- Object
- literal
- Boolean