Table of Contents

Class GetConfigurationByAppAndIdentifierRequest

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

Properties

AppIdOrSlug

[FromRoute]
public string AppIdOrSlug { get; set; }

Property Value

string

IdentifierIdOrSlug

[FromRoute]
public string IdentifierIdOrSlug { get; set; }

Property Value

string