Create an instance of the URL membership condition.
[Visual Basic] Public Sub New( _ ByVal url As String _ ) [C#] public URLMembershipCondition( string url ); [C++] public: URLMembershipCondition( String* url ); [JScript] public function URLMembershipCondition( url : String );
Use a '*' at the end of an URL to denote the set of URLs that match up to the '*'.
URLMembershipCondition Class | URLMembershipCondition Members | System.Security.Policy Namespace