YarpResource Constructors
ClassConstructors1 member
A resource that represents a YARP resource independent of the hosting model.
Constructor(string)Section titled Constructor(string)public class YarpResource{ public YarpResource( string name) { // ... }}Parameters
namestringThe name of the resource.