DotNetGroup.Services.Web.ContentFormatter.ContentFormatter C# (CSharp) Method

ContentFormatter() public method

public ContentFormatter ( int maxUrlTextLength = 50 ) : System
maxUrlTextLength int
return System
        public ContentFormatter(int maxUrlTextLength = 50)
        {
            this.MaxUrlTextLength = maxUrlTextLength;
        }