In This Article

PlainTextContentProvider Class

Provides IntelliPrompt content based on a specified plain text string.

public class PlainTextContentProvider : IContentProvider
Inheritance:
object object
Implements:
IContentProvider

Constructors

PlainTextContentProvider(string?)

Provides IntelliPrompt content based on a specified plain text string.

public PlainTextContentProvider(string? text)
Parameter Type Description
text string

The plain text string to use as content.

Properties

Text

The plain text string to use as content.

public string? Text { get; set; }

Property Value

string

Methods

GetContent()

Returns the content to use in various IntelliPrompt popups.

public virtual object? GetContent()

Returns

object

Inherited Members

Extension Methods