Headless.DynamicResolverPage.IsOn C# (CSharp) Method

IsOn() public method

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