C# Class ToSic.Razor.Blade.ScrubImplementation

Show file Open project: 2sic/razor-blade

Public Methods

Method Description
Classes ( string html ) : string

Remove all class attributes

Styles ( string html ) : string

Remove all style attributes

Method Details

Classes() public method

Remove all class attributes
public Classes ( string html ) : string
html string original string containing HTML
return string

Styles() public method

Remove all style attributes
public Styles ( string html ) : string
html string original string containing HTML
return string