ALE.Web.AleResponse.Redirect C# (CSharp) 메소드

Redirect() 공개 메소드

public Redirect ( string location ) : void
location string
리턴 void
        public void Redirect(string location)
        {
            InnerResponse.Redirect(location);
        }