다음을 통해 공유


RegexInlineRouteConstraint(String) 생성자

정의

RegexInlineRouteConstraint 클래스의 새 인스턴스를 초기화합니다.

public:
 RegexInlineRouteConstraint(System::String ^ regexPattern);
public RegexInlineRouteConstraint (string regexPattern);
new Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint : string -> Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint
Public Sub New (regexPattern As String)

매개 변수

regexPattern
String

일치 항목을 찾을 정규식 패턴입니다.

적용 대상