Show / Hide Table of Contents

Class Javascript

Class containing javascript details

Inheritance
System.Object
Javascript
Implements
ISource
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: BrowseSharp.Javascript
Assembly: BrowseSharp.dll
Syntax
public class Javascript : ISource

Constructors

| Improve this Doc View Source

Javascript(IHtmlScriptElement)

Constructor

Declaration
public Javascript(IHtmlScriptElement scriptElement)
Parameters
Type Name Description
AngleSharp.Dom.Html.IHtmlScriptElement scriptElement

Properties

| Improve this Doc View Source

Content

Script content

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

JavascriptString

Same as script content, may be deprecated in the future, use Content instead

Declaration
public string JavascriptString { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ScriptElement

AngleSharp html element for script

Declaration
public IHtmlScriptElement ScriptElement { get; set; }
Property Value
Type Description
AngleSharp.Dom.Html.IHtmlScriptElement
| Improve this Doc View Source

SourceUri

Uri of script source

Declaration
public Uri SourceUri { get; set; }
Property Value
Type Description
System.Uri

Implements

ISource
  • Improve this Doc
  • View Source
Back to top Generated by DocFX