Class BundleResult
Inheritance
System.Object
BundleResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class BundleResult
Constructors
BundleResult(String)
Declaration
public BundleResult(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |
Properties
Content
Declaration
public string Content { get; }
Property Value
Type | Description |
---|---|
System.String |