Table of Contents

Class RequestEventArgs

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Arguments used by IPage events.

public class RequestEventArgs : EventArgs
Inheritance
RequestEventArgs

Constructors

RequestEventArgs(IRequest)

Arguments used by IPage events.

public RequestEventArgs(IRequest request)

Parameters

request IRequest
See Also

Properties

Request

Gets the request.

public IRequest Request { get; }

Property Value

IRequest

The request.

See Also