Adf.Business.ValueObject.Html.New C# (CSharp) Method

New() public static method

Creates a new empty Html object.
public static New ( ) : Html
return Html
        public static Html New()
        {
            return new Html(string.Empty);
        }

Same methods

Html::New ( string value ) : Html