Microsoft.Web.Administration.StringExtensions.HostToDisplay C# (CSharp) Méthode

HostToDisplay() public static méthode

public static HostToDisplay ( this text ) : string
text this
Résultat string
        public static string HostToDisplay(this string text)
        {
            return text == AnyHostName ? string.Empty : text;
        }