C# 클래스 SimpleOwin.Middlewares.H5bp

파일 보기 프로젝트 열기: prabirshrestha/simple-owin

공개 메소드들

메소드 설명
CrossDomainRules ( ) : AppFunc>.Func

Enable CORS cross domain rules, more info at http://enble-cors.org/

IeEdgeChromeFrameHeader ( ) : AppFunc>.Func

Send the IE=Edge and chrome=1 headers for IE browsers on html/htm requests.

RemovePoweredBy ( ) : AppFunc>.Func

메소드 상세

CrossDomainRules() 공개 정적인 메소드

Enable CORS cross domain rules, more info at http://enble-cors.org/
public static CrossDomainRules ( ) : AppFunc>.Func
리턴 AppFunc>.Func

IeEdgeChromeFrameHeader() 공개 정적인 메소드

Send the IE=Edge and chrome=1 headers for IE browsers on html/htm requests.
public static IeEdgeChromeFrameHeader ( ) : AppFunc>.Func
리턴 AppFunc>.Func

RemovePoweredBy() 공개 정적인 메소드

public static RemovePoweredBy ( ) : AppFunc>.Func
리턴 AppFunc>.Func