ServiceStack.ServiceHost.Tests.Formats.ViewTests.MockHttpResponse.Redirect C# (CSharp) Méthode

Redirect() public méthode

public Redirect ( string url ) : void
url string
Résultat void
            public void Redirect(string url)
            {
                this.Headers[HttpHeaders.Location] = url;
            }