C# 클래스 Rolcore.Web.HttpUtils

Provides utility functions for HTTP.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
ReplaceQSValues ( string queryString, string replacementRules ) : string

Takes a QueryString a rewrites it according to the supplied replacement rules.

ReplaceQSValues ( string queryString, string replacementRules, char ruleSeperator ) : string

Takes a QueryString a rewrites it according to the supplied replacement rules.

메소드 상세

ReplaceQSValues() 공개 정적인 메소드

Takes a QueryString a rewrites it according to the supplied replacement rules.
public static ReplaceQSValues ( string queryString, string replacementRules ) : string
queryString string Name=Value collection in the form of a string.
replacementRules string Replacement rules used to rewrite the queryString.
리턴 string

ReplaceQSValues() 공개 정적인 메소드

Takes a QueryString a rewrites it according to the supplied replacement rules.
public static ReplaceQSValues ( string queryString, string replacementRules, char ruleSeperator ) : string
queryString string Name=Value collection in the form of a string.
replacementRules string Replacement rules used to rewrite the queryString.
ruleSeperator char Character used to delimit name/value pairs within the string.
리턴 string