Telerik.Web.Mvc.UI.WebAssetItemGroupBuilder.DefaultPath C# (CSharp) Method

DefaultPath() public method

Sets the defaults path of the containing WebAssetItem.
public DefaultPath ( string path ) : WebAssetItemGroupBuilder
path string The path.
return WebAssetItemGroupBuilder
        public virtual WebAssetItemGroupBuilder DefaultPath(string path)
        {
            assetItemGroup.DefaultPath = path;

            return this;
        }