Table of Contents

Class PageRequest

Namespace
Biwen.QuickApi.Contents.Apis
Assembly
Biwen.QuickApi.Contents.dll
public class PageRequest : BaseRequest<PageRequest>
Inheritance
PageRequest
Inherited Members
Extension Methods

Constructors

PageRequest()

public PageRequest()

Properties

ContentType

[FromQuery]
public string? ContentType { get; set; }

Property Value

string

PageNumber

[FromQuery]
public int? PageNumber { get; set; }

Property Value

int?

PageSize

[FromQuery]
public int? PageSize { get; set; }

Property Value

int?

Slug

[FromQuery]
public string? Slug { get; set; }

Property Value

string

Status

[FromQuery]
[Range(0, 2)]
public int? Status { get; set; }

Property Value

int?

Title

[FromQuery]
public string? Title { get; set; }

Property Value

string