C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPResourcesMappingAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
HTTPResourcesMappingAttribute ( String UriTemplate, String ResourcesPath, String DefaultFile = "index.html", System.Boolean AllowDirectoryListing = true ) : System

Generates a new HTTP mapping.

메소드 상세

HTTPResourcesMappingAttribute() 공개 메소드

Generates a new HTTP mapping.
public HTTPResourcesMappingAttribute ( String UriTemplate, String ResourcesPath, String DefaultFile = "index.html", System.Boolean AllowDirectoryListing = true ) : System
UriTemplate String The URI template.
ResourcesPath String The embedded resources path.
DefaultFile String The default file to load if a path was requested.
AllowDirectoryListing System.Boolean Allow a directory listing if a path was requested.
리턴 System