# MarkdownString Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [MarkdownString](/reference/api/csharp/aspire.hosting/markdownstring.md)
- Kind: `Properties`
- Members: `1`

Represents a string that contains Markdown-formatted content.

## Value

- Name: `Value`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/Pipelines/MarkdownString.cs#L44)

Gets the Markdown-formatted string value.

```csharp
public string Value { get; }
```
