Class BiwenContentOptions
public class BiwenContentOptions
- Inheritance
-
BiwenContentOptions
- Inherited Members
- Extension Methods
Constructors
BiwenContentOptions()
public BiwenContentOptions()
Properties
EnableApi
public bool EnableApi { get; set; }
Property Value
GenerateApiDocument
public bool GenerateApiDocument { get; set; }
Property Value
PermissionValidator
public Func<HttpContext, Task<bool>> PermissionValidator { get; set; }
Property Value
- Func<HttpContext, Task<bool>>
ViewPath
public string? ViewPath { get; set; }