Share via


CorsResult.IsValid Property

 

Gets a value indicating whether the result is valid.

Namespace:   System.Web.Cors
Assembly:  System.Web.Cors (in System.Web.Cors.dll)

Syntax

public bool IsValid { get; }
public:
property bool IsValid {
    bool get();
}
member IsValid : bool with get
Public ReadOnly Property IsValid As Boolean

Property Value

Type: System.Boolean

See Also

CorsResult Class
System.Web.Cors Namespace

Return to top