Table of Contents

Class BiwenContentOptions

Namespace
Biwen.QuickApi.Contents
Assembly
Biwen.QuickApi.Contents.dll
public class BiwenContentOptions
Inheritance
BiwenContentOptions
Inherited Members
Extension Methods

Constructors

BiwenContentOptions()

public BiwenContentOptions()

Properties

EnableApi

public bool EnableApi { get; set; }

Property Value

bool

GenerateApiDocument

public bool GenerateApiDocument { get; set; }

Property Value

bool

PermissionValidator

public Func<HttpContext, Task<bool>> PermissionValidator { get; set; }

Property Value

Func<HttpContext, Task<bool>>

ViewPath

public string? ViewPath { get; set; }

Property Value

string