Table of Contents

Class GetTagsRequest

Namespace
OpenSettings.AspNetCore.Models.Requests
Assembly
OpenSettings.AspNetCore.dll
public class GetTagsRequest
Inheritance
GetTagsRequest
Inherited Members

Properties

HasMappings

[FromQuery]
public bool? HasMappings { get; set; }

Property Value

bool?

SearchTerm

[FromQuery]
public string SearchTerm { get; set; }

Property Value

string