Show / Hide Table of Contents

Class Features.DOM

Inheritance
System.Object
Features.DOM
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenSilver
Assembly: OpenSilver.dll
Syntax
public static class DOM

Properties

| Improve this Doc View Source

AssignClass

Determine if the runtime should assign the System.Type.FullName as a class to DOM elements for each UIElement.

Declaration
public static bool AssignClass { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AssignName

Determine if the runtime should assign the dataId attribute to DOM elements of each FrameworkElement with a non null or empty Name property.

Declaration
public static bool AssignName { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableObjectDump

Determine if the runtime should allow calling the dump method from DOM elements.

Declaration
public static bool EnableObjectDump { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source