MapWhenOptions.Branch 속성

정의

긍정적인 일치에 사용되는 분기입니다.

public:
 property Microsoft::AspNetCore::Http::RequestDelegate ^ Branch { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); void set(Microsoft::AspNetCore::Http::RequestDelegate ^ value); };
public Microsoft.AspNetCore.Http.RequestDelegate Branch { get; set; }
public Microsoft.AspNetCore.Http.RequestDelegate? Branch { get; set; }
member this.Branch : Microsoft.AspNetCore.Http.RequestDelegate with get, set
Public Property Branch As RequestDelegate

속성 값

적용 대상