System.Html.Style.RemoveProperty C# (CSharp) Метод

RemoveProperty() публичный Метод

public RemoveProperty ( string property ) : string
property string
Результат string
        public string RemoveProperty(string property)
        {
            return null;
        }