NetworkClientLoadNetworkResourceAsync Method |
Version 88.2.90
Fetches the resource and returns the content.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Task<LoadNetworkResourceResponse> LoadNetworkResourceAsync(
string frameId,
string url,
LoadNetworkResourceOptions options
)
public:
Task<LoadNetworkResourceResponse^>^ LoadNetworkResourceAsync(
String^ frameId,
String^ url,
LoadNetworkResourceOptions^ options
)
Parameters
- frameId
- Type: SystemString
Frame id to get the resource for. - url
- Type: SystemString
URL of the resource to get content for. - options
- Type: CefSharp.DevTools.NetworkLoadNetworkResourceOptions
Options for the request.
Return Value
Type:
TaskLoadNetworkResourceResponsereturns System.Threading.Tasks.Task<LoadNetworkResourceResponse>
See Also