Class IvItemRange
Inheritance
System.Object
IvItemRange
Assembly: ImageVault.EPiServer.UI.dll
Syntax
public class IvItemRange : Object
Constructors
IvItemRange()
Declaration
Properties
End
Declaration
public Nullable<int> End { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Start
Declaration
public Nullable<int> Start { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Total
Declaration
public Nullable<int> Total { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
Declaration
public void AddHeaderTo(HttpResponse httpResponse)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Http.HttpResponse |
httpResponse |
|
Declaration
public static IvItemRange ReadHeaderFrom(HttpRequest httpRequest)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Http.HttpRequest |
httpRequest |
|
Returns