CaptchaMVC6.AspNetHelper.GetRootAddress C# (CSharp) 메소드

GetRootAddress() 공개 정적인 메소드

public static GetRootAddress ( this self ) : string
self this
리턴 string
        public static string GetRootAddress(this HttpRequest self)
        {
            return $"{self.Scheme}://{self.Host}";
        }
AspNetHelper