Table of Contents

Class AddTagOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class AddTagOptions
Inheritance
AddTagOptions

Properties

Content

JavaScript to be injected into the frame.

public string Content { get; set; }

Property Value

string

Id

Id of the script.

public object Id { get; set; }

Property Value

object

Path

Path to the JavaScript file to be injected into frame. If its a relative path, then it is resolved relative to GetCurrentDirectory().

public string Path { get; set; }

Property Value

string

Type

Script type. Use module in order to load a Javascript ES2015 module.

public string Type { get; set; }

Property Value

string
See Also

Url

Url of a script to be added.

public string Url { get; set; }

Property Value

string