C# Class Skimur.Web.Infrastructure.Urls

ファイルを表示 Open project: skimur/skimur Class Usage Examples

Public Methods

Method Description
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

Method Details

AvatarUrl() public static method

public static AvatarUrl ( this urlHelper, string avatarIdentifier ) : string
urlHelper this
avatarIdentifier string
return string

ChangePassword() public static method

public static ChangePassword ( this urlHelper ) : string
urlHelper this
return string

Comment() public static method

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

CreatePost() public static method

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

CreateSub() public static method

public static CreateSub ( this urlHelper ) : string
urlHelper this
return string

Domain() public static method

public static Domain ( this urlHelper, string domain ) : string
urlHelper this
domain string
return string

EditSub() public static method

public static EditSub ( this urlHelper, string subName ) : string
urlHelper this
subName string
return string

ForgotPassword() public static method

public static ForgotPassword ( this urlHelper ) : string
urlHelper this
return string

Login() public static method

public static Login ( this urlHelper ) : string
urlHelper this
return string

ManageEmail() public static method

public static ManageEmail ( this urlHelper ) : string
urlHelper this
return string

ManageLogins() public static method

public static ManageLogins ( this urlHelper ) : string
urlHelper this
return string

ManagePassword() public static method

public static ManagePassword ( this urlHelper ) : string
urlHelper this
return string

ManagePreferences() public static method

public static ManagePreferences ( this urlHelper ) : string
urlHelper this
return string

ManageProfile() public static method

public static ManageProfile ( this urlHelper ) : string
urlHelper this
return string

Moderators() public static method

public static Moderators ( this urlHelper, string subName ) : string
urlHelper this
subName string
return string

ModifyQuery() public static method

public static ModifyQuery ( string url, string name, string value ) : string
url string
name string
value string
return string

ModifyQuery() public static method

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

Post() public static method

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

Post() public static method

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

Register() public static method

public static Register ( this urlHelper ) : string
urlHelper this
return string

ReportedComments() public static method

public static ReportedComments ( this urlHelper, string subName ) : string
urlHelper this
subName string
return string

ReportedPosts() public static method

public static ReportedPosts ( this urlHelper, string subName ) : string
urlHelper this
subName string
return string

RouteUrl() public static method

public static RouteUrl ( this urlHelper, string routeName ) : string
urlHelper this
routeName string
return string

RouteUrl() public static method

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

Search() public static method

public static Search ( this urlHelper ) : string
urlHelper this
return string

SetPassword() public static method

public static SetPassword ( this urlHelper ) : string
urlHelper this
return string

Styles() public static method

public static Styles ( this urlHelper, string subName ) : string
urlHelper this
subName string
return string

Sub() public static method

public static Sub ( this urlHelper, string subName ) : string
urlHelper this
subName string
return string

SubBan() public static method

public static SubBan ( this urlHelper, string name ) : string
urlHelper this
name string
return string

SubBans() public static method

public static SubBans ( this urlHelper, string name ) : string
urlHelper this
name string
return string

SubSearch() public static method

public static SubSearch ( this urlHelper, string subName ) : string
urlHelper this
subName string
return string

SubUnBan() public static method

public static SubUnBan ( this urlHelper, string name ) : string
urlHelper this
name string
return string

SubUpdateBan() public static method

public static SubUpdateBan ( this urlHelper, string name ) : string
urlHelper this
name string
return string

Subs() public static method

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

SubsModerating() public static method

public static SubsModerating ( this urlHelper ) : string
urlHelper this
return string

SubsNew() public static method

public static SubsNew ( this urlHelper ) : string
urlHelper this
return string

SubsSubscribed() public static method

public static SubsSubscribed ( this urlHelper ) : string
urlHelper this
return string

Thumbnail() public static method

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

Unmoderated() public static method

public static Unmoderated ( this urlHelper, string subName ) : string
urlHelper this
subName string
return string

User() public static method

public static User ( this urlHelper, string userName ) : string
urlHelper this
userName string
return string

UserComments() public static method

public static UserComments ( this urlHelper, string userName ) : string
urlHelper this
userName string
return string

UserPosts() public static method

public static UserPosts ( this urlHelper, string userName ) : string
urlHelper this
userName string
return string