Class HttpFormDataKeys
- Namespace
- FoundationaLLM.Common.Constants
- Assembly
- FoundationaLLM.Common.dll
Common HTTP form data keys used throughout the FoundationaLLM infrastructure.
public static class HttpFormDataKeys
- Inheritance
-
HttpFormDataKeys
- Inherited Members
Fields
File
The key used to identify a file in form data.
public const string File = "file"
Field Value
Resource
The key used to identify a serialized FoundationaLLM resource in form data.
public const string Resource = "resource"