Class Javascript
Class containing javascript details
Inheritance
System.Object
    Javascript
  Implements
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 : ISourceConstructors
| Improve this Doc View SourceJavascript(IHtmlScriptElement)
Constructor
Declaration
public Javascript(IHtmlScriptElement scriptElement)Parameters
| Type | Name | Description | 
|---|---|---|
| AngleSharp.Dom.Html.IHtmlScriptElement | scriptElement | 
Properties
| Improve this Doc View SourceContent
Script content
Declaration
public string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
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 | 
ScriptElement
AngleSharp html element for script
Declaration
public IHtmlScriptElement ScriptElement { get; set; }Property Value
| Type | Description | 
|---|---|
| AngleSharp.Dom.Html.IHtmlScriptElement | 
SourceUri
Uri of script source
Declaration
public Uri SourceUri { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Uri |