Class SetStyleSheetTextResult
public sealed record SetStyleSheetTextResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetStyleSheetTextResult>
- Inheritance
-
EmptyResultSetStyleSheetTextResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SetStyleSheetTextResult(string?)
public SetStyleSheetTextResult(string? SourceMapURL)
Parameters
SourceMapURLstringURL of source map associated with script (if any).
Properties
SourceMapURL
URL of source map associated with script (if any).
public string? SourceMapURL { get; init; }