Show / Hide Table of Contents

Class Features.Interop

Inheritance
System.Object
Features.Interop
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 Interop

Properties

| Improve this Doc View Source

UseNewLineSeparator

When enabled, JavaScript interop will be separated by ";\n" rather than ";".

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