Hello all,
Im a bit new to ASP.net and was wondering how i could go about creating something similar to php's $SERVER request_method
Code:
if ($SERVER['request_method'] != "post") {
//do stuff
}
in ASP.net using VB, if thats true then i'd like a response.redirect() to take them to a different page. I realise that this isn't a 100% foolproof way of securing a page but its nothing that needs a great deal of security, its mainly for the user's benefit than for security. i would really appreciate the help.
Thank you for reading,
Steve,