Compartir a través de


UrlExpression Class

Definition

Url expression.

public sealed class UrlExpression : Microsoft.OpenApi.RuntimeExpression
type UrlExpression = class
    inherit RuntimeExpression
Public NotInheritable Class UrlExpression
Inherits RuntimeExpression
Inheritance
UrlExpression

Constructors

Name Description
UrlExpression()

Private constructor.

Fields

Name Description
Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)
Url

$url string.

Properties

Name Description
Expression

Gets the expression string.

Methods

Name Description
Equals(Object)

Equals implementation for IEquatable.

(Inherited from RuntimeExpression)
Equals(RuntimeExpression) (Inherited from RuntimeExpression)
GetHashCode()

GetHashCode implementation for IEquatable.

(Inherited from RuntimeExpression)
ToString() (Inherited from RuntimeExpression)

Applies to