Class GetStyleSheetTextResult
public sealed record GetStyleSheetTextResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetStyleSheetTextResult>
- Inheritance
-
EmptyResultGetStyleSheetTextResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetStyleSheetTextResult(string)
public GetStyleSheetTextResult(string Text)
Parameters
TextstringThe stylesheet text.
Properties
Text
The stylesheet text.
public string Text { get; init; }