It work's!
)=====";
void sendRootPage()
{
digitalWrite(Blue_Led, LOW);
if (server.args() > 0 ) // Are there any POST/GET Fields ?
{
for ( uint8_t i = 0; i < server.args(); i++ ) { // Iterate through the fields
}
}
server.send ( 200, "text/html", PAGE_Root );
digitalWrite(Blue_Led, HIGH);
}