Headless.DynamicResolverPage.IsOn C# (CSharp) Méthode

IsOn() public méthode

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