Class SearchModel
Inheritance
System.Object
SearchModel
Assembly: Volo.Docs.Web.dll
Syntax
public class SearchModel : PageModel
Constructors
SearchModel(IProjectAppService, IDocumentAppService)
Declaration
public SearchModel(IProjectAppService projectAppService, IDocumentAppService documentAppService)
Parameters
| Type |
Name |
Description |
| IProjectAppService |
projectAppService |
|
| IDocumentAppService |
documentAppService |
|
Properties
KeyWord
Declaration
public string KeyWord { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Project
Declaration
public ProjectDto Project { get; set; }
Property Value
| Type |
Description |
| ProjectDto |
|
ProjectName
Declaration
public string ProjectName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SearchOutputs
Declaration
public List<DocumentSearchOutput> SearchOutputs { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<DocumentSearchOutput> |
|
Version
Declaration
public string Version { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
OnGetAsync(String)
Declaration
public virtual Task<IActionResult> OnGetAsync(string keyword)
Parameters
| Type |
Name |
Description |
| System.String |
keyword |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods