GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.NextJsHydrationResult Class Reference

Public Member Functions

JsonDocument GetJson ()
void DisposeJson ()

Properties

bool Success [get, set]
string RawNextDataJson = string.Empty [get, set]
List< string > FlightChunks = new List<string>() [get, set]
string ParsedStructuredData = string.Empty [get, set]
string Url = string.Empty [get, set]
string Title = "Untitled" [get, set]
int OriginalHtmlLength [get, set]
string Message = string.Empty [get, set]
bool IsPagesRouter [get, set]
bool IsAppRouter [get, set]

Detailed Description

Definition at line 16 of file NextJsHydrationExtractor.cs.

Member Function Documentation

◆ DisposeJson()

void GenerallyPositive.NextJsHydrationResult.DisposeJson ( )

Definition at line 70 of file NextJsHydrationExtractor.cs.

◆ GetJson()

JsonDocument GenerallyPositive.NextJsHydrationResult.GetJson ( )

Definition at line 31 of file NextJsHydrationExtractor.cs.

Property Documentation

◆ FlightChunks

List<string> GenerallyPositive.NextJsHydrationResult.FlightChunks = new List<string>()
getset

Definition at line 20 of file NextJsHydrationExtractor.cs.

◆ IsAppRouter

bool GenerallyPositive.NextJsHydrationResult.IsAppRouter
getset

Definition at line 27 of file NextJsHydrationExtractor.cs.

◆ IsPagesRouter

bool GenerallyPositive.NextJsHydrationResult.IsPagesRouter
getset

Definition at line 26 of file NextJsHydrationExtractor.cs.

◆ Message

string GenerallyPositive.NextJsHydrationResult.Message = string.Empty
getset

Definition at line 25 of file NextJsHydrationExtractor.cs.

◆ OriginalHtmlLength

int GenerallyPositive.NextJsHydrationResult.OriginalHtmlLength
getset

Definition at line 24 of file NextJsHydrationExtractor.cs.

◆ ParsedStructuredData

string GenerallyPositive.NextJsHydrationResult.ParsedStructuredData = string.Empty
getset

Definition at line 21 of file NextJsHydrationExtractor.cs.

◆ RawNextDataJson

string GenerallyPositive.NextJsHydrationResult.RawNextDataJson = string.Empty
getset

Definition at line 19 of file NextJsHydrationExtractor.cs.

◆ Success

bool GenerallyPositive.NextJsHydrationResult.Success
getset

Definition at line 18 of file NextJsHydrationExtractor.cs.

◆ Title

string GenerallyPositive.NextJsHydrationResult.Title = "Untitled"
getset

Definition at line 23 of file NextJsHydrationExtractor.cs.

◆ Url

string GenerallyPositive.NextJsHydrationResult.Url = string.Empty
getset

Definition at line 22 of file NextJsHydrationExtractor.cs.


The documentation for this class was generated from the following file: