What's the default?
To me it seems rather difficult to find the defaults of a method or constructor when reading through MSDN Documentation.
Take the HttpResponse.Redirect Method for example, it has two overloads and in the second one you can pass a boolean. What's the default of the boolean when you don't pass it using the first overload?
Now through testing or reading you could figure it out, but to me it seems like defaults should be shown on the page in an obvious manner.
Am I the only one who has noticed this?