What is the c# alternative of the java code below?
await page.evaluate(() => { return fetch(\'url\', {method: \'POST\', body: \'test\' }); });