我不是要查看/转储网页源,而是想让页面呈现并转储网站正在加载的URL? (通过命令行)。
例如,如果我访问google.com。
public async Task<ActionResult<IEnumerable<Numbers>>> GetAll([BindRequired, FromQuery]string[] numbers)
{
var result = await _service.GetAllDetails(numbers);
return Ok(result);
}
https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
https://ssl.gstatic.com/gb/images/i1_1967ca6a.png
https://www.gstatic.com/images/branding/googlemic/2x/googlemic_color_24dp.png
https://www.google.com/images/searchbox/desktop_searchbox_sprites302_hr.webp
这可能吗?