Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
FluentAssertions
Mvc
Fakes
FakeHttpContext
C# 클래스 FluentAssertions.Mvc.Fakes.FakeHttpContext
상속:
System.Web.HttpContextBase
파일 보기
프로젝트 열기: kevinkuszyk/FluentAssertions.MVC
1 사용 예제들
공개 메소드들
메소드
설명
FakeHttpContext
(
string
appPath
,
string
relativeUrl
) :
System
GetService
(
Type
serviceType
) :
object
메소드 상세
FakeHttpContext()
공개
메소드
public
FakeHttpContext
(
string
appPath
,
string
relativeUrl
) :
System
appPath
string
relativeUrl
string
리턴
System
GetService()
공개
메소드
public
GetService
(
Type
serviceType
) :
object
serviceType
Type
리턴
object