C# 클래스 Skimur.Web.Infrastructure.Urls

파일 보기 프로젝트 열기: skimur/skimur 1 사용 예제들

공개 메소드들

메소드 설명
AvatarUrl ( this urlHelper, string avatarIdentifier ) : string
ChangePassword ( this urlHelper ) : string
Comment ( this urlHelper, string subName, Post post, Comment comment ) : string
CreatePost ( this urlHelper, string subName = null ) : string
CreateSub ( this urlHelper ) : string
Domain ( this urlHelper, string domain ) : string
EditSub ( this urlHelper, string subName ) : string
ForgotPassword ( this urlHelper ) : string
Login ( this urlHelper ) : string
ManageEmail ( this urlHelper ) : string
ManageLogins ( this urlHelper ) : string
ManagePassword ( this urlHelper ) : string
ManagePreferences ( this urlHelper ) : string
ManageProfile ( this urlHelper ) : string
Moderators ( this urlHelper, string subName ) : string
ModifyQuery ( string url, string name, string value ) : string
ModifyQuery ( this context, string name, string value ) : string
Post ( this urlHelper, Sub sub, Post post ) : string
Post ( this urlHelper, string subName, System.Guid id, string title = null ) : string
Register ( this urlHelper ) : string
ReportedComments ( this urlHelper, string subName ) : string
ReportedPosts ( this urlHelper, string subName ) : string
RouteUrl ( this urlHelper, string routeName ) : string
RouteUrl ( this urlHelper, string routeName, object values ) : string
Search ( this urlHelper ) : string
SetPassword ( this urlHelper ) : string
Styles ( this urlHelper, string subName ) : string
Sub ( this urlHelper, string subName ) : string
SubBan ( this urlHelper, string name ) : string
SubBans ( this urlHelper, string name ) : string
SubSearch ( this urlHelper, string subName ) : string
SubUnBan ( this urlHelper, string name ) : string
SubUpdateBan ( this urlHelper, string name ) : string
Subs ( this urlHelper, string query = null ) : string
SubsModerating ( this urlHelper ) : string
SubsNew ( this urlHelper ) : string
SubsSubscribed ( this urlHelper ) : string
Thumbnail ( this urlHelper, string thumb, ThumbnailType type ) : string
Unmoderated ( this urlHelper, string subName ) : string
User ( this urlHelper, string userName ) : string
UserComments ( this urlHelper, string userName ) : string
UserPosts ( this urlHelper, string userName ) : string

메소드 상세

AvatarUrl() 공개 정적인 메소드

public static AvatarUrl ( this urlHelper, string avatarIdentifier ) : string
urlHelper this
avatarIdentifier string
리턴 string

ChangePassword() 공개 정적인 메소드

public static ChangePassword ( this urlHelper ) : string
urlHelper this
리턴 string

Comment() 공개 정적인 메소드

public static Comment ( this urlHelper, string subName, Post post, Comment comment ) : string
urlHelper this
subName string
post Skimur.App.Post
comment Skimur.App.Comment
리턴 string

CreatePost() 공개 정적인 메소드

public static CreatePost ( this urlHelper, string subName = null ) : string
urlHelper this
subName string
리턴 string

CreateSub() 공개 정적인 메소드

public static CreateSub ( this urlHelper ) : string
urlHelper this
리턴 string

Domain() 공개 정적인 메소드

public static Domain ( this urlHelper, string domain ) : string
urlHelper this
domain string
리턴 string

EditSub() 공개 정적인 메소드

public static EditSub ( this urlHelper, string subName ) : string
urlHelper this
subName string
리턴 string

ForgotPassword() 공개 정적인 메소드

public static ForgotPassword ( this urlHelper ) : string
urlHelper this
리턴 string

Login() 공개 정적인 메소드

public static Login ( this urlHelper ) : string
urlHelper this
리턴 string

ManageEmail() 공개 정적인 메소드

public static ManageEmail ( this urlHelper ) : string
urlHelper this
리턴 string

ManageLogins() 공개 정적인 메소드

public static ManageLogins ( this urlHelper ) : string
urlHelper this
리턴 string

ManagePassword() 공개 정적인 메소드

public static ManagePassword ( this urlHelper ) : string
urlHelper this
리턴 string

ManagePreferences() 공개 정적인 메소드

public static ManagePreferences ( this urlHelper ) : string
urlHelper this
리턴 string

ManageProfile() 공개 정적인 메소드

public static ManageProfile ( this urlHelper ) : string
urlHelper this
리턴 string

Moderators() 공개 정적인 메소드

public static Moderators ( this urlHelper, string subName ) : string
urlHelper this
subName string
리턴 string

ModifyQuery() 공개 정적인 메소드

public static ModifyQuery ( string url, string name, string value ) : string
url string
name string
value string
리턴 string

ModifyQuery() 공개 정적인 메소드

public static ModifyQuery ( this context, string name, string value ) : string
context this
name string
value string
리턴 string

Post() 공개 정적인 메소드

public static Post ( this urlHelper, Sub sub, Post post ) : string
urlHelper this
sub Skimur.App.Sub
post Skimur.App.Post
리턴 string

Post() 공개 정적인 메소드

public static Post ( this urlHelper, string subName, System.Guid id, string title = null ) : string
urlHelper this
subName string
id System.Guid
title string
리턴 string

Register() 공개 정적인 메소드

public static Register ( this urlHelper ) : string
urlHelper this
리턴 string

ReportedComments() 공개 정적인 메소드

public static ReportedComments ( this urlHelper, string subName ) : string
urlHelper this
subName string
리턴 string

ReportedPosts() 공개 정적인 메소드

public static ReportedPosts ( this urlHelper, string subName ) : string
urlHelper this
subName string
리턴 string

RouteUrl() 공개 정적인 메소드

public static RouteUrl ( this urlHelper, string routeName ) : string
urlHelper this
routeName string
리턴 string

RouteUrl() 공개 정적인 메소드

public static RouteUrl ( this urlHelper, string routeName, object values ) : string
urlHelper this
routeName string
values object
리턴 string

Search() 공개 정적인 메소드

public static Search ( this urlHelper ) : string
urlHelper this
리턴 string

SetPassword() 공개 정적인 메소드

public static SetPassword ( this urlHelper ) : string
urlHelper this
리턴 string

Styles() 공개 정적인 메소드

public static Styles ( this urlHelper, string subName ) : string
urlHelper this
subName string
리턴 string

Sub() 공개 정적인 메소드

public static Sub ( this urlHelper, string subName ) : string
urlHelper this
subName string
리턴 string

SubBan() 공개 정적인 메소드

public static SubBan ( this urlHelper, string name ) : string
urlHelper this
name string
리턴 string

SubBans() 공개 정적인 메소드

public static SubBans ( this urlHelper, string name ) : string
urlHelper this
name string
리턴 string

SubSearch() 공개 정적인 메소드

public static SubSearch ( this urlHelper, string subName ) : string
urlHelper this
subName string
리턴 string

SubUnBan() 공개 정적인 메소드

public static SubUnBan ( this urlHelper, string name ) : string
urlHelper this
name string
리턴 string

SubUpdateBan() 공개 정적인 메소드

public static SubUpdateBan ( this urlHelper, string name ) : string
urlHelper this
name string
리턴 string

Subs() 공개 정적인 메소드

public static Subs ( this urlHelper, string query = null ) : string
urlHelper this
query string
리턴 string

SubsModerating() 공개 정적인 메소드

public static SubsModerating ( this urlHelper ) : string
urlHelper this
리턴 string

SubsNew() 공개 정적인 메소드

public static SubsNew ( this urlHelper ) : string
urlHelper this
리턴 string

SubsSubscribed() 공개 정적인 메소드

public static SubsSubscribed ( this urlHelper ) : string
urlHelper this
리턴 string

Thumbnail() 공개 정적인 메소드

public static Thumbnail ( this urlHelper, string thumb, ThumbnailType type ) : string
urlHelper this
thumb string
type ThumbnailType
리턴 string

Unmoderated() 공개 정적인 메소드

public static Unmoderated ( this urlHelper, string subName ) : string
urlHelper this
subName string
리턴 string

User() 공개 정적인 메소드

public static User ( this urlHelper, string userName ) : string
urlHelper this
userName string
리턴 string

UserComments() 공개 정적인 메소드

public static UserComments ( this urlHelper, string userName ) : string
urlHelper this
userName string
리턴 string

UserPosts() 공개 정적인 메소드

public static UserPosts ( this urlHelper, string userName ) : string
urlHelper this
userName string
리턴 string