Headless.DynamicResolverPage.IsOn C# (CSharp) 메소드

IsOn() 공개 메소드

public IsOn ( Uri location ) : bool
location System.Uri
리턴 bool
        public bool IsOn(Uri location)
        {
            return ResolvedPage.IsOn(location);
        }