parse_uri_redirection_permanent


Description:

[ Version ( since = "1.4" ) ]
public void parse_uri_redirection_permanent (out bool permanent)

Parse an URI query, and set permanent to true if there is a redirection and it should be considered permanent.

If a redirection is permanent, applications should update their internal storage of the URI, otherwise they should make all future requests to the original URI.

Parameters:

this

a Query

permanent

if the URI redirection is permanent (may be null)