Share via


CorsPolicy.ToString Method ()

 

Returns a String that represents this instance.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A String that represents this instance.

See Also

CorsPolicy Class
System.Web.Cors Namespace

Return to top