Class GetStyleSheetTextCommandResponse
Response for Returns the current textual content for a stylesheet.
public sealed class GetStyleSheetTextCommandResponse : ICommandResponse<GetStyleSheetTextCommandSettings>, ICommandResponse
- Inheritance
-
GetStyleSheetTextCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Text
The stylesheet text.
[JsonPropertyName("text")]
public string Text { get; set; }