Class WebSearchTool.RawContentEventArgs
Provides data for the RawContentReceived event.
Contains the full raw HTML or JSON response from the search provider, allowing access to the complete page content before processing.
public sealed class WebSearchTool.RawContentEventArgs : EventArgs
- Inheritance
-
WebSearchTool.RawContentEventArgs
- Inherited Members
Constructors
- RawContentEventArgs(string, string, Provider)
Initializes a new instance of the WebSearchTool.RawContentEventArgs class.
Properties
- RawContent
Gets the raw content (HTML or JSON) received from the search provider.
- RequestUrl
Gets the URL that was requested.
- SearchProvider
Gets the search provider that returned this content.