Name

MimeTextMatch

Synopsis

This class represents a text pattern that will be searched for in the HTTP transmission. Type specifies the MIME type of the message, Pattern specifies the pattern, and Repeats sets the number of times the search will be performed (the default is 1, but you can specify System.Int32.MaxValue to get all matches.)

Public NotInheritable Class MimeTextMatch
                  ' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Property Capture As Integer  
   Public Property Group As Integer  
   Public Property IgnoreCase As Boolean  
   Public ReadOnly Property Matches As MimeTextMatchCollection  
   Public Property Name As String  
   Public Property Pattern As String  
   Public Property Repeats As Integer  
   Public Property RepeatsString As String  
   Public Property Type As String  
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.